mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -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"
|
"field": "processor.processed"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
equation: 'A'
|
"equation": "A"
|
||||||
},
|
},
|
||||||
"total": {
|
"total": {
|
||||||
"metrics": [
|
"metrics": [
|
||||||
{
|
{
|
||||||
"name": "A",
|
"name": "A",
|
||||||
"aggregation": "sum",
|
"aggregation": "sum",
|
||||||
"processor.accepted"
|
"field": "processor.accepted"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
equation: 'A'
|
"equation": "A"
|
||||||
},
|
},
|
||||||
"filter": "",
|
"filter": "",
|
||||||
"timestampField": "@timestamp"
|
"timestampField": "@timestamp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue