Add "synthetics-*-*" templates for synthetics fleet data#62193
Add "synthetics-*-*" templates for synthetics fleet data#62193dakrone merged 6 commits intoelastic:masterfrom
Conversation
For the Elastic Agent we currently have `logs` and `metrics`, however, synthetic data doesn't belong with those and thus we should have a place for it to live. This would be data reported from heartbeat and under the 'monitoring' category. This commit adds a composable index template for `synthetics-*-*` indices similar to the work in elastic#56709 and elastic#57629. Resolves elastic#61665
|
Pinging @elastic/es-core-features (:Core/Features/Indices APIs) |
ruflin
left a comment
There was a problem hiding this comment.
Overall LGTM but I want some others to chime in too.
| "hot": { | ||
| "actions": { | ||
| "rollover": { | ||
| "max_size": "50gb", |
There was a problem hiding this comment.
@andrewvc I assume this also works for synthetics for now?
There was a problem hiding this comment.
TBH we haven't done enough benchmarking to know, but it seems reasonable
| "priority": 100, | ||
| "data_stream": {}, | ||
| "composed_of": [ | ||
| "synthetics-mappings", |
There was a problem hiding this comment.
@jpountz I remember you wanted to "not" use components here. Perhaps it is a good time to adjust?
|
@ph @neptunian As soon as this lands, we also probably need to add a fake doc for the index pattern in Kibana. |
There is no "message" field for this to be the default for
|
@ruflin if we expect to create an index pattern, like |
|
@elasticmachine update branch |
|
@elasticmachine run elasticsearch-ci/2 |
* Add "synthetics-*-*" templates for synthetics fleet data For the Elastic Agent we currently have `logs` and `metrics`, however, synthetic data doesn't belong with those and thus we should have a place for it to live. This would be data reported from heartbeat and under the 'monitoring' category. This commit adds a composable index template for `synthetics-*-*` indices similar to the work in elastic#56709 and elastic#57629. Resolves elastic#61665
… (#62346) * Add "synthetics-*-*" templates for synthetics fleet data For the Elastic Agent we currently have `logs` and `metrics`, however, synthetic data doesn't belong with those and thus we should have a place for it to live. This would be data reported from heartbeat and under the 'monitoring' category. This commit adds a composable index template for `synthetics-*-*` indices similar to the work in #56709 and #57629. Resolves #61665
|
@neptunian SGTM |
We need to ensure these are mapped as 'ip' instead of a keyword, even if they do end up not being used. Relates to elastic#62193
…astic#62412) We need to ensure these are mapped as 'ip' instead of a keyword, even if they do end up not being used. Relates to elastic#62193
For the Elastic Agent we currently have
logsandmetrics, however, synthetic data doesn't belongwith those and thus we should have a place for it to live. This would be data reported from
heartbeat and under the 'monitoring' category.
This commit adds a composable index template for
synthetics-*-*indices similar to the work in#56709 and #57629.
Resolves #61665