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
In 7.x and master, data streams are now supported. In elastic/package-registry#453 data streams are introduced for logs--, metrics-- and events--. But for the data we ingest where we install a template, it still uses indices.
The following part must be added to each template:
All templates loaded by the Ingest Manager are now based on data streams.
To test this, start the agent and ingest data and check with `GET _data_streams` that datstreams and not normal indices were created.
Closes#66364
ruflin
added a commit
to ruflin/kibana
that referenced
this issue
May 14, 2020
…#66367)
All templates loaded by the Ingest Manager are now based on data streams.
To test this, start the agent and ingest data and check with `GET _data_streams` that datstreams and not normal indices were created.
Closeselastic#66364
…#66543)
All templates loaded by the Ingest Manager are now based on data streams.
To test this, start the agent and ingest data and check with `GET _data_streams` that datstreams and not normal indices were created.
Closes#66364
In 7.x and master, data streams are now supported. In elastic/package-registry#453 data streams are introduced for logs--, metrics-- and events--. But for the data we ingest where we install a template, it still uses indices.
The following part must be added to each template:
The text was updated successfully, but these errors were encountered: