Skip to content
New issue

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

[Ingest Manager] Add datastream setting to all templates #66364

Closed
ruflin opened this issue May 13, 2020 · 1 comment · Fixed by #66367
Closed

[Ingest Manager] Add datastream setting to all templates #66364

ruflin opened this issue May 13, 2020 · 1 comment · Fixed by #66367
Labels
Team:Fleet Team label for Observability Data Collection Fleet team

Comments

@ruflin
Copy link
Member

ruflin commented May 13, 2020

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:

    "data_stream": {
        "timestamp_field": "@timestamp"
    },
@ruflin ruflin added Team:Fleet Team label for Observability Data Collection Fleet team Ingest Management:beta1 labels May 13, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/ingest-management (Team:Ingest Management)

ruflin added a commit that referenced this issue May 14, 2020
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.

Closes elastic#66364
ruflin added a commit that referenced this issue May 18, 2020
…#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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Fleet Team label for Observability Data Collection Fleet team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants