mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fix errors in custom metric payload in SLO dev docs (#161141)
This commit is contained in:
parent
803d139adc
commit
38abb33c35
1 changed files with 3 additions and 3 deletions
|
@ -337,17 +337,17 @@ curl --request POST \
|
|||
"field": "processor.processed"
|
||||
}
|
||||
],
|
||||
equation: 'A'
|
||||
"equation": "A"
|
||||
},
|
||||
"total": {
|
||||
"metrics": [
|
||||
{
|
||||
"name": "A",
|
||||
"aggregation": "sum",
|
||||
"processor.accepted"
|
||||
"field": "processor.accepted"
|
||||
}
|
||||
],
|
||||
equation: 'A'
|
||||
"equation": "A"
|
||||
},
|
||||
"filter": "",
|
||||
"timestampField": "@timestamp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue