Skip to content

Commit

Permalink
docs: add 4th step in migrate-to-filestream
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana committed Jun 12, 2024
1 parent 351d3e6 commit c45190f
Showing 1 changed file with 7 additions and 0 deletions.
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 `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 event 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

0 comments on commit c45190f

Please sign in to comment.