-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Ingest Manager] Add input revision to the config send to the agent #76327
[Ingest Manager] Add input revision to the config send to the agent #76327
Conversation
Pinging @elastic/ingest-management (Team:Ingest Management) |
@nchaulet this looks good. I just tried it out and I saw that the revision does make its way down to the Endpoint. Here I can see both the Agent policy revision and the Integration policy revision. Right now, I think we should leave the top level Agent Policy revision. I'm apprehensive to take data away from the Endpoint. I think it's OK that the Endpoint still gets an updated policy the Agent updates. What are your thoughts @ph @blakerouse @ferullo @paul-tavares ? |
@kevinlog I think we should take it away, once this is landed and in 7.x. Endpoint will then only get an updated config when that revision changes. Don't worry it will also get changes if the output or fleet information also changes. |
If the top-level |
@ferullo I think we can remove it in 7.10? |
@kevinlog @ferullo @blakerouse I think we can keep the global revision and still send it down, endpoint could use the revision in the input instead. Keeping it global would probably help with debugging when an option changes outside of the "input" that revision would still be incremented. |
@elasticmachine merge upstream |
💚 Build SucceededBuild metricspage load bundle size
History
To update your PR or re-run it, just comment with: |
* master: (340 commits) [data.search.SearchSource] Remove legacy ES client APIs. (elastic#75943) [release notes] automatically retry on Github API 5xx errors (elastic#76447) [es_ui_shared] Fix eslint exhaustive deps rule (elastic#76392) [i18n] Integrate 7.9.1 Translations (elastic#76391) [APM] Update aggregations to support script sources (elastic#76429) [Security Solution] Refactor Network Top Countries to use Search Strategy (elastic#76244) Document security settings available on ESS (elastic#76513) [Ingest Manager] Add input revision to the config send to the agent (elastic#76327) [DOCS] Identifies cloud settings for Monitoring (elastic#76579) [DOCS] Identifies Cloud settings in Dev Tools (elastic#76583) [Ingest Manager] Better default value for fleet long polling timeout (elastic#76393) [data.indexPatterns] Fix broken rollup index pattern creation (elastic#76593) [Ingest Manager] Split Registry errors into Connection & Response (elastic#76558) [Security Solution] add an excess validation instead of the exact match (elastic#76472) Introduce TS incremental builds & move src/test_utils to TS project (elastic#76082) fix bad merge (elastic#76629) [Newsfeed] Ensure the version format when calling the API (elastic#76381) remove server_extensions mixin (elastic#76606) Remove legacy applications and legacy mode (elastic#75987) [Discover] Fix sidebar element focus behavior when adding / removing columns (elastic#75749) ...
Summary
Add input revision to the config we send to elastic agent.
@kevinlog @blakerouse can you confirm it's what is needed to get the input revision to endpoint?
Example