-
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
[Metricbeat][7.0.0] Parameter setup.dashboards.index is broken #14019
Comments
This is true also for filebeat 7.5.0.. |
Issue is present in 7.6 branch |
Due to type casting nightmare, the setting of `setup.dashboards.index` configuration option to replace the index name in use for dashboards and index pattern wasn't being honored. Fixes #14019
Due to type casting nightmare, the setting of `setup.dashboards.index` configuration option to replace the index name in use for dashboards and index pattern wasn't being honored. Fixes elastic#14019 (cherry picked from commit 07d0c8c)
Due to type casting nightmare, the setting of `setup.dashboards.index` configuration option to replace the index name in use for dashboards and index pattern wasn't being honored. Fixes elastic#14019 (cherry picked from commit 07d0c8c)
Hello, i've got exactly the same issue on metricbeat 7.9.2.
Please take into account index Does anybody experiencing the same issue? |
I am having a similar (if not the same) issue using Filebeat 7.10.1.
It doesn't seem to respect the new |
I am experiencing the same issue. |
Due to type casting nightmare, the setting of `setup.dashboards.index` configuration option to replace the index name in use for dashboards and index pattern wasn't being honored. Fixes elastic#14019 (cherry picked from commit 5000780)
Hello,
I have encountered an issue with setup.dashboards.index parameter in metricbeat conf.
Here is my metricbeat.yml :
After running ./metricbeat setup -c metricbeat.yml --dashboards (with ES and Kibana up), I must have an index pattern platform-metricbeat-* in Kibana but I have default one : metricbeat-*. So metricbeat dasboards are broken due to wrong index pattern
I encountered this issue since 7.0.0 (also tested in 7.1.0, 7.2.0, 7.3.0) version. No problem with 6.8.2 version.
The text was updated successfully, but these errors were encountered: