Remove overriding of index pattern on the Kubernetes overview dashboard#29676
Conversation
…rd; align visualisations with changes in elastic/integrations#2151 Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
|
This pull request does not have a backport label. Could you fix it @tetianakravchenko? 🙏
NOTE: |
Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
|
Pinging @elastic/integrations (Team:Integrations) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
…rd (#29676) * Remove overriding of index pattern on the Kubernetes overview dashboard; align visualisations with changes in elastic/integrations#2151 Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * add PR number in changelog Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> (cherry picked from commit 896b7e4)
…b-for-macos * upstream/master: (172 commits) [Elastic Agent] Fix issue with ensureServiceToken. (elastic#29800) [Winlogbeat] Add provider name to Security routing pipeline check (elastic#29781) Add summary to journeys which don't emit journey:end (early node subprocess exits) (elastic#29606) Prepare 8.0.0-rc1 changelog (elastic#29795) (elastic#29806) Change docker image from CentOS 7 to Ubuntu 20.04 (elastic#29681) libbeat/processors/add_process_metadata: implement a process cache eviction policy (elastic#29717) [Automation] Update elastic stack version to 8.1.0-7004acda for testing (elastic#29783) Missing changelog entry for elastic#29773 (elastic#29791) Add a readme for k8s autodiscover provider (elastic#28213) Remove overriding of index pattern on the Kubernetes overview dashboard (elastic#29676) jjbb: remove obsoleted branches (<7.16) (elastic#29707) Add k8s metadata in state_cronjob metricset (elastic#29572) ibmmq: Fix timestamp parsing (elastic#29773) Do not add date to index if `@meta.index` is set (elastic#29775) ci: uses aliases for the branches (elastic#29706) Filebeat tests: Restore `@timestamp` field validation (elastic#29772) Forward port 7.16.3 changelog to master (elastic#29777) auditd: Store program arguments in process.args array (elastic#29601) System/socket: Support kernel_clone() replacement for _do_fork() (elastic#29744) Do not mention removal if version is not specified in `cfgwarn` messages (elastic#29727) ...
…ernetes overview dashboard (#29792) * Remove overriding of index pattern on the Kubernetes overview dashboard (#29676) * Remove overriding of index pattern on the Kubernetes overview dashboard; align visualisations with changes in elastic/integrations#2151 Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> * add PR number in changelog Signed-off-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co> (cherry picked from commit 896b7e4) * Update CHANGELOG.next.asciidoc Co-authored-by: Tetiana Kravchenko <tetiana.kravchenko@elastic.co>
align visualisations with changes in elastic/integrations#2151
Signed-off-by: Tetiana Kravchenko tetiana.kravchenko@elastic.co
What does this PR do?
align metricbeat kibana visualisation with changes made in elastic/integrations#2151
Why is it important?
As described here elastic/kibana#121684 since 7.15 there was a problem due to a misplaced migration causing some visualizations to switch off the "drop last bucket" setting without intention (the default switched from true to false). This can cause visualizations to not show any data even though there is data available. in the case of the usage of the "override index pattern" it is not possible to migrate the "drop series last bucket" setting of the series with overridden index pattern without potentially breaking other user-defined TSVB visualizations.
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.How to test this PR locally
Related issues
Use cases
Screenshots
Logs