You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 'Loading the fielddata on the _id field is deprecated and will be removed in future versions. If you require sorting or aggregating on this field you should also include the id in the body of your documents, and map this field as a keyword field that has [doc_values] enabled'
54
+
headers:
55
+
Content-Type: 'application/json'
56
+
ppl:
57
+
body:
58
+
query: source=test-bin-stats | bin `@timestamp` span=1d | stats count() by `@timestamp`
59
+
60
+
- match: { total: 2 }
61
+
- length: { datarows: 2 }
62
+
63
+
- do:
64
+
allowed_warnings:
65
+
- 'Loading the fielddata on the _id field is deprecated and will be removed in future versions. If you require sorting or aggregating on this field you should also include the id in the body of your documents, and map this field as a keyword field that has [doc_values] enabled'
66
+
headers:
67
+
Content-Type: 'application/json'
68
+
ppl:
69
+
body:
70
+
query: source=test-bin-stats | bin `@timestamp` span=1d | stats count() by `@timestamp`, process.name | sort `@timestamp`, process.name
0 commit comments