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 c90825c7fa4ae5337c576da75e4a3597424d9841
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]
* Compatible: 5.1.1.1, 5.0.0, 2.4.1, 2.4.0, 2.3.4


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