-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Mappings Editor] allow time series related properties #140278
[Mappings Editor] allow time series related properties #140278
Conversation
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
Pinging @elastic/kibana-app-services (Team:AppServicesSv) |
@elasticmachine merge upstream |
Hey @Dosant, thank you so much for adding the time series params!
When I used |
@yuliacech, thanks for catching this. they were removed: elastic/elasticsearch#89937 |
…-ref HEAD~1..HEAD --fix'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating, @Dosant!
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Summary
Fix #139922
This pr adds a definition for time_series properties to the mappings editor.
This allows the creation of a template for time series data streams using the
Load JSON
functionality.Note: this pr doesn't make these fields configurable through the UI - this should be addressed separately.
The docs for new properties are here:
You can test using this example template (try to create it through the UI and
Load JSON
for mappings): https://github.com/csoulios/downsampling-demo/blob/1e66a13bccc7d70aae7763bcc9c4499ec8b3fd02/downsample-ilm.es#L26-L169