-
Notifications
You must be signed in to change notification settings - Fork 466
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
[Prototype] Test package with TSDB and synthetic source enabled #4749
Conversation
This is a change to the system.memory dataset in the system package. The intention is to use time_series index, define the dimensions and turn synthetic source on. This follows the change in elastic/package-spec#419. This PR is for testing and discussion purpose, it is not expected that this PR will ever be merged, this is why is is only in draft.
I'm currently testing on the 8.7.0-SNAPSHOT from today. Based on elastic/kibana#144974 I assumed the TSDB part works. Looking at the UI it does: But looking at the _index_template ( @juliaElastic Is the setting in some other template I missed? BTW same is true for synthetic source, but it is wrong in the UI and not in the templates. Good news is, the time series dimensions show up as expected. |
💔 Build Failed
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
|
@jsoriano Can I get your on this PR to ensure I use all the configs in the right way? |
According to elastic/kibana#141211 |
@ruflin You should see the generated settings in If not, can you check the HTTP request that goes out when submitting the integration policy, to verify that the TSDB flag is set correctly? |
I'm never hitting "save" on any policy. It is specified in the package itself: https://github.com/elastic/integrations/pull/4749/files#diff-8f3978582b1a5a9f6453c6025fc51811c87d64c3e82449575fe5ea3078fdc743R32 The change on the settings must happen during installation of the package. |
@ruflin so you are installing a package without an integration policy? I'm afraid this was not implemented, we only set the We can raise another issue to fix this. cc @kpollich |
You are right, @juliaElastic - I only specified the following
When in reality, I should've specified that the package manifest value should be honored at installation time as well, not just reflected in the UI. |
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
Development on this will continue as soon as elastic/kibana#141211 lands. |
This is a change to the system.memory dataset in the system package. The intention is to use time_series index, define the dimensions and turn synthetic source on. This follows the change in elastic/package-spec#419.
This PR is for testing and discussion purpose, it is not expected that this PR will ever be merged, this is why is is only in draft.