-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[heartbeat][docs] Add note about ensuring correct index settings for uptime #31146
Conversation
Pinging @elastic/uptime (Team:Uptime) |
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.
Do we also need to update this doc?
https://github.com/elastic/beats/blob/main/heartbeat/heartbeat.reference.yml#L563-L565
@lucasfcosta we shouldn't need to update |
BTW, could I get a re-review @lucasfcosta ? |
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 taking care of these docs!
/test |
…uptime Goes hand in hand with elastic/kibana#129312 . Currently, when upgrading the stack, users who have a settings saved object will not see new heartbeat data in typical situations due to their index pattern being stuck on `heartbeat-7*`.
Co-authored-by: Lucas F. da Costa <[email protected]>
Co-authored-by: DeDe Morton <[email protected]>
5ae0921
to
62dfe9b
Compare
…er-tar-gz * upstream/main: (139 commits) [Automation] Update elastic stack version to 8.3.0-c655cda8 for testing (elastic#31322) Define a queue metrics reporter interface (elastic#31289) [Oracle Module] Change tablespace metricset collection period (elastic#31259) libbeat/reader/syslog: relax timestamp parsing to allow leading zero (elastic#31254) [Automation] Update elastic stack version to 8.3.0-55ba6f37 for testing (elastic#31311) [libbeat] Remove unused fields and functions in the memory queue (elastic#31302) [libbeat] Cleaning up some unneeded helper types (elastic#31290) Readme for kibana module (elastic#31276) [Automation] Update elastic stack version to 8.3.0-4be61f32 for testing (elastic#31296) x-pack/winlogbeat/module/routing/ingest: fix typo for channel name (elastic#31291) Small pipeline cleanup removing some unused data fields (elastic#31288) removing info log (elastic#30971) Simplify TLS config deserialization (elastic#31168) Detect new files under known paths in filestream input (elastic#31268) Add support for port mapping in docker hints (elastic#31243) Update qa-labels.yml (elastic#31260) libbeat: log debug for `proxy_url` and fixed docs (elastic#31130) [heartbeat][docs] Add note about ensuring correct index settings for uptime (elastic#31146) [Automation] Update elastic stack version to 8.3.0-2c8f9574 for testing (elastic#31256) [Filebeat] fix m365_defender pipeline bug (elastic#31227) ...
…uptime (elastic#31146) * [heartbeat][docs] Add note about ensuring correct index settings for uptime Goes hand in hand with elastic/kibana#129312 . Currently, when upgrading the stack, users who have a settings saved object will not see new heartbeat data in typical situations due to their index pattern being stuck on `heartbeat-7*`. * Update upgrading.asciidoc * Update libbeat/docs/upgrading.asciidoc Co-authored-by: Lucas F. da Costa <[email protected]> * Update libbeat/docs/upgrading.asciidoc Co-authored-by: DeDe Morton <[email protected]> Co-authored-by: Lucas F. da Costa <[email protected]> Co-authored-by: DeDe Morton <[email protected]>
…uptime (#31146) * [heartbeat][docs] Add note about ensuring correct index settings for uptime Goes hand in hand with elastic/kibana#129312 . Currently, when upgrading the stack, users who have a settings saved object will not see new heartbeat data in typical situations due to their index pattern being stuck on `heartbeat-7*`. * Update upgrading.asciidoc * Update libbeat/docs/upgrading.asciidoc Co-authored-by: Lucas F. da Costa <[email protected]> * Update libbeat/docs/upgrading.asciidoc Co-authored-by: DeDe Morton <[email protected]> Co-authored-by: Lucas F. da Costa <[email protected]> Co-authored-by: DeDe Morton <[email protected]>
Goes hand in hand with elastic/kibana#129312 .
Currently, when upgrading the stack, users who have a settings saved object will not see new heartbeat data in typical situations due to their index pattern being stuck on
heartbeat-7*
.