where can I see diskio for process and network traffic use by process?
I did load default template, running 7.9.1
here is config file
- module: system
period: 1m
metricsets:
- cpu
- load
- memory
- network
- process
- process_summary
- socket_summary
- entropy
- core
- diskio
#- socket
- service
- users
process.include_top_n:
by_cpu: 10 # include top 5 processes by CPU
by_memory: 10 # include top 5 processes by memory
- module: system
period: 5m
metricsets:
- filesystem
- fsstat
processors:
- drop_event.when.regexp:
system.filesystem.mount_point: '^/(sys|cgroup|proc|dev|etc|host|lib|snap)($|/)'
- module: system
period: 15m
metricsets:
- uptime
Here is output of dd command that ran.
"_source": {
"@timestamp": "2020-10-09T18:21:54.276Z",
"service": {
"type": "system"
},
"process": {
"executable": "/usr/bin/dd",
"args": [
"dd",
"if=/dev/sdb1",
"of=/dev/null"
],
"name": "dd",
"pid": 36666,
"ppid": 33543,
"pgid": 36666,
"working_directory": "/etc/metricbeat"
},
"event": {
"duration": 310303583,
"dataset": "system.process",
"module": "system"
},
"metricset": {
"name": "process",
"period": 10000
},
"ecs": {
"version": "1.5.0"
},
"system": {
"process": {
"fd": {
"open": 3,
"limit": {
"soft": 1024,
"hard": 4096
}
},
"state": "running",
"memory": {
"size": 110604288,
"rss": {
"bytes": 753664,
"pct": 0
},
"share": 675840
},
"cmdline": "dd if=/dev/sdb1 of=/dev/null",
"cpu": {
"start_time": "2020-10-09T18:21:48.000Z",
"total": {
"pct": 0,
"norm": {
"pct": 0
},
"value": 0
}
}
}
},
"user": {
"name": "root"
},
"agent": {
"version": "7.9.1",
"hostname": "elktst02",
"ephemeral_id": "9c14dd0c-a5de-4627-8514-a0d68220dc3b",
"id": "17eb491f-8a11-4e66-96e4-47cc8a86203c",
"name": "houelktst02",
"type": "metricbeat"
},
"host": {
"name": "elktst02"
}
},
"fields": {
"system.process.cpu.start_time": [
"2020-10-09T18:21:48.000Z"
],
"@timestamp": [
"2020-10-09T18:21:54.276Z"
]
},