Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Dec 23, 2020
1 parent 0e6436d commit c440eff
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions rfcs/text/0009-data_stream-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,34 +95,34 @@ Example source document of type metrics:

```
{
"@timestamp": "2020-12-23T10:10:45.704Z",
"event": {
"dataset": "system.process_summary",
"module": "system",
"duration": 34693020
},
"service": {
"type": "system"
},
"system": {
"process": {
"summary": {
"dead": 0,
"total": 236,
"sleeping": 49,
"running": 0,
"idle": 95,
"stopped": 0,
"zombie": 0,
"unknown": 92
}
"@timestamp": "2020-12-23T10:10:45.704Z",
"event": {
"dataset": "system.process_summary",
"module": "system",
"duration": 34693020
},
"service": {
"type": "system"
},
"system": {
"process": {
"summary": {
"dead": 0,
"total": 236,
"sleeping": 49,
"running": 0,
"idle": 95,
"stopped": 0,
"zombie": 0,
"unknown": 92
}
},
"data_stream": {
"dataset": "system.process_summary",
"namespace": "default",
"type": "metrics"
}
},
"data_stream": {
"dataset": "system.process_summary",
"namespace": "default",
"type": "metrics"
}
}
```

Expand Down

0 comments on commit c440eff

Please sign in to comment.