You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The time_series_metric attribute is supported in ECS schema definitions. Example definition:
- name: host.cpu.system.norm.pct
type: double
# Support this requires an Elasticsearch version on 8.6 or newer
time_series_metric: gauge
description: >
The normalised percentage of CPU time spent in kernel space.
time_series_metric matches the ES implementation and supports three value for numeric fields: counter, guage, and null.
The ES generator allows time_series_metric param into generated index templates where defined.
Summary
Support the
time_series_metric
mapping parameter on numeric field types in the ECS field definitions and necessary generated artifacts.This addition helps ECS better support time series data streams (TSDS).
Requirements
time_series_metric
attribute is supported in ECS schema definitions. Example definition:time_series_metric
matches the ES implementation and supports three value for numeric fields:counter
,guage
, andnull
.time_series_metric
param into generated index templates where defined.time_series_metric
where defined.The text was updated successfully, but these errors were encountered: