-
Notifications
You must be signed in to change notification settings - Fork 513
Closed
Labels
Integration:apacheApache HTTP ServerApache HTTP ServerbugSomething isn't working, use only for issuesSomething isn't working, use only for issues
Description
Affected visualizations:
Uptime [Metrics Apache]Total accesses [Metrics Apache]Total egress [Metrics Apache]
Two problems:
- The empty
index_patternmakes them fall back to the default data view.
-> [TSVB] Technical debt - remove default_index_pattern and default_timefield from model kibana#95925 - The empty
intervalmay result infixed_interval": "10s", which is shorter than the default30spolling interval.
-> https://github.com/elastic/integrations/blob/main/packages/apache/data_stream/status/manifest.yml#LL12C18-L12C21
Workarounds:
- Make
metrics-*data view default from Kibana > Stack Management > Data Views. - Set shorter period such as
10sthrough Agent policy.
How to fix:
Set metrics-* to index_pattern and >=1m to interval explicitly. Preferably explicit @timestamp to time_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-L44
Metadata
Metadata
Assignees
Labels
Integration:apacheApache HTTP ServerApache HTTP ServerbugSomething isn't working, use only for issuesSomething isn't working, use only for issues

