Skip to content
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
Add note to use fingerprint filter instead of anonymize
  • Loading branch information
dedemorton committed Apr 14, 2017
commit 3a61b8be8f45f4c8f98c8790534cf177b2eff799
4 changes: 2 additions & 2 deletions docs/plugins/filters/anonymize.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
* https://github.com/logstash-plugins/logstash-filter-anonymize/blob/master/CHANGELOG.md#302[Changelog]



NOTE: This plugin does not ship with Logstash by default, but it is easy to install by running `bin/logstash-plugin install logstash-filter-anonymize`.

NOTE: We recommend that you use the <<plugins-filters-fingerprint,fingerprint filter plugin>> instead of anonymize.

Anonymize fields using by replacing values with a consistent hash.
Anonymize fields by replacing values with a consistent hash.

&nbsp;

Expand Down