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

[docs][filebeat]: add 4th step in migrate-to-filestream #39863

Merged
merged 3 commits into from
Jun 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions filebeat/docs/howto/migrate-to-filestream.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,13 @@ The example configuration shown earlier needs to be adjusted as well:
|backoff.max
|===

=== Step 4

The events produced by `filestream` input with `take_over: true` contain a `take_over` tag.
You can filter on this tag in Kibana and see the events which came from a filestream in the "take_over" mode.

Once you start receiving events with this tag, you can remove `take_over: true` and restart the fileinput again.

=== If something went wrong

If for whatever reason you'd like to revert the configuration after running the migrated configuration
Expand Down
Loading