Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/metricbeat/metricbeat-event-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Every event sent by Metricbeat has the same basic structure. It contains the fol
: Name of the module that the data is from

**`event.dataset`**
: Name of the module that the data is from
: Name of the source dataset in the format `<module>.<metricset>`

For example:

Expand All @@ -37,7 +37,7 @@ For example:
},
"event": {
"dataset": "system.process",
"module": process
"module": "system"
},
.
.
Expand Down
Loading