-
Notifications
You must be signed in to change notification settings - Fork 5k
[Stack Monitoring] Mapping for elasticsearch.node.stats.os.cgroup.memory.limit.bytes is incorrect #31765
Copy link
Copy link
Closed
Labels
Feature:Stack MonitoringMetricbeatMetricbeatMetricbeatModule:elasticsearchElasticsearch Beats modulesElasticsearch Beats modulesTeam:Infra Monitoring UI - DEPRECATEDInfrastructure Monitoring UI team - DEPRECATED - Use Team:MonitoringInfrastructure Monitoring UI team - DEPRECATED - Use Team:Monitoringbug
Description
beats/metricbeat/module/elasticsearch/node_stats/_meta/fields.yml
Lines 295 to 300 in 8794928
| - name: limit.bytes | |
| type: long | |
| format: bytes | |
| - name: usage.bytes | |
| type: long | |
| format: bytes |
elasticsearch.node.stats.os.cgroup.memory.limit.bytes as long, but according to https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-nodes-stats.html it's a string value.
Normally the implicit conversion is fine, but in some cases (forum example) it will return max which causes an error at indexing time due to the long mapping in the template.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature:Stack MonitoringMetricbeatMetricbeatMetricbeatModule:elasticsearchElasticsearch Beats modulesElasticsearch Beats modulesTeam:Infra Monitoring UI - DEPRECATEDInfrastructure Monitoring UI team - DEPRECATED - Use Team:MonitoringInfrastructure Monitoring UI team - DEPRECATED - Use Team:Monitoringbug
Type
Fields
Give feedbackNo fields configured for issues without a type.