- Auditbeat Reference: other versions:
- Overview
- Getting started with Auditbeat
- Setting up and running Auditbeat
- Upgrading Auditbeat
- Configuring Auditbeat
- Specify which modules to run
- Specify general settings
- Reload the configuration dynamically
- Configure the internal queue
- Configure the output
- Configure index lifecycle management
- Specify SSL settings
- Filter and enhance the exported data
- Define processors
- Add cloud metadata
- Add fields
- Add labels
- Add the local time zone
- Add tags
- Decode JSON fields
- Decode Base64 fields
- Decompress gzip fields
- Community ID Network Flow Hash
- Convert
- Drop events
- Drop fields from events
- Extract array
- Keep fields from events
- Registered Domain
- Rename fields from events
- Add Kubernetes metadata
- Add Docker metadata
- Add Host metadata
- Add Observer metadata
- Dissect strings
- DNS Reverse Lookup
- Add process metadata
- Parse data by using ingest node
- Enrich events with geoIP information
- Configure project paths
- Configure the Kibana endpoint
- Load the Kibana dashboards
- Load the Elasticsearch index template
- Configure logging
- Use environment variables in the configuration
- YAML tips and gotchas
- Regular expression support
- HTTP Endpoint
- auditbeat.reference.yml
- Modules
- Exported fields
- Monitoring Auditbeat
- Securing Auditbeat
- Troubleshooting
- Get Help
- Debug
- Common problems
- Auditbeat fails to watch folders because too many files are open
- Auditbeat uses too much bandwidth
- Error loading config file
- Found unexpected or unknown characters
- Logstash connection doesn’t work
- @metadata is missing in Logstash
- Not sure whether to use Logstash or Beats
- SSL client fails to connect to Logstash
- Monitoring UI shows fewer Beats than expected
- Contributing to Beats
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
System process dataset
editSystem process dataset
editThis functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
This is the process
dataset of the system module.
It is implemented for Linux, macOS (Darwin), and Windows.
Example dashboard
editThe dataset comes with a sample dashboard:

Fields
editFor a description of each field in the dataset, see the exported fields section.
Here is an example document generated by this dataset:
{ "@timestamp": "2017-10-12T08:05:34.853Z", "event": { "action": "process_stopped", "dataset": "process", "kind": "event", "module": "system" }, "message": "Process zsh (PID: 9086) by user elastic STOPPED", "process": { "args": [ "zsh" ], "entity_id": "+fYshazplsMYlr0y", "executable": "/bin/zsh", "hash": { "sha1": "33646536613061316366353134643135613631643363383733653261373130393737633131303364" }, "name": "zsh", "pid": 9086, "ppid": 9085, "start": "2019-01-01T00:00:01Z", "working_directory": "/home/elastic" }, "service": { "type": "system" }, "user": { "effective": { "group": { "id": "1000" }, "id": "1000" }, "group": { "id": "1000", "name": "elastic" }, "id": "1000", "name": "elastic", "saved": { "group": { "id": "1000" }, "id": "1000" } } }
On this page
Was this helpful?
Thank you for your feedback.