WIP: Add runtime field operations to http_logs#133
WIP: Add runtime field operations to http_logs#133cbuescher wants to merge 3 commits intoelastic:masterfrom
Conversation
647190e to
9cb71c1
Compare
|
@cbuescher given that Nik has added support for runtime fields in #132 I wonder whether we can close this one? |
|
@danielmitterdorfer thanks for the ping, I'm going to check the addition Nik made to see if this covers what I wanted to here and close if I find its covered already. |
| } | ||
| }, | ||
| { | ||
| "name": "search-term-runtime-field", |
There was a problem hiding this comment.
This one is covered by in the stuff I merged a few days ago with the term operation.
| }, | ||
| { | ||
| "name": "runtime-field-source", | ||
| "operation-type": "search", |
There was a problem hiding this comment.
We do not have an operation for this one.
| } | ||
| }, | ||
| "aggs": { | ||
| "isGetAgg": { |
There was a problem hiding this comment.
We don't have this one in the operations I opened either.
|
As @nik9000 has developed a pretty robust matrix of runtime fields operations in the Thanks! |
For #elastic/elasticsearch#62621 I am doing some measurements using the new runtime fields that we would like to add to e.g. the http_logs track at some point. This is an early stage WIP mainly used for discussion so I'm opening this as a draft.