We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Affected visualizations:
Uptime [Metrics Apache]
Total accesses [Metrics Apache]
Total egress [Metrics Apache]
Two problems:
index_pattern
interval
fixed_interval": "10s"
30s
Workarounds:
metrics-*
10s
How to fix:
Set metrics-* to index_pattern and >=1m to interval explicitly. Preferably explicit @timestamp to time_field as well.
>=1m
@timestamp
time_field
The text was updated successfully, but these errors were encountered:
Fix Apache Visualizations
5324257
Closes elastic#5560
[Apache] Fix a bug that may blank three visualizations (#5576)
de302a9
* Fix Apache Visualizations Closes #5560 * Bump up version with an entry to changelog
Package apache - 1.8.2 containing this change is available at https://epr.elastic.co/search?package=apache
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Affected visualizations:
Uptime [Metrics Apache]
Total accesses [Metrics Apache]
Total egress [Metrics Apache]
Two problems:
index_pattern
makes them fall back to the default data view.-> [TSVB] Technical debt - remove default_index_pattern and default_timefield from model kibana#95925
interval
may result infixed_interval": "10s"
, which is shorter than the default30s
polling interval.-> https://github.com/elastic/integrations/blob/main/packages/apache/data_stream/status/manifest.yml#LL12C18-L12C21
Workarounds:
metrics-*
data view default from Kibana > Stack Management > Data Views.10s
through Agent policy.How to fix:
Set
metrics-*
toindex_pattern
and>=1m
tointerval
explicitly. Preferably explicit@timestamp
totime_field
as well.Uptime [Metrics Apache]
https://github.com/elastic/integrations/blob/main/packages/apache/kibana/visualization/apache-22057f20-3a12-11eb-8946-296aab7b13db.json#L35-L36Total accesses [Metrics Apache]
https://github.com/elastic/integrations/blob/main/packages/apache/kibana/visualization/apache-47820ce0-3a1d-11eb-8946-296aab7b13db.json#L43-L44Total egress [Metrics Apache]
https://github.com/elastic/integrations/blob/main/packages/apache/kibana/visualization/apache-99666080-3a20-11eb-8946-296aab7b13db.json#L43-L44The text was updated successfully, but these errors were encountered: