File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
140140- Add Kerberos support to Kafka input and output. {pull}16781[16781]
141141- Add `add_cloudfoundry_metadata` processor to annotate events with Cloud Foundry application data. {pull}16621[16621
142142- Add support for kubernetes provider to recognize namespace level defaults {pull}16321[16321]
143+ - Add `translate_sid` processor on Windows for converting Windows security identifier (SID) values to names. {issue}7451[7451] {pull}16013[16013]
143144
144145*Auditbeat*
145146
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ endif::[]
9898ifndef::no_truncate_fields_processor[]
9999* <<truncate-fields, `truncate_fields`>>
100100endif::[]
101- ifdef ::no_translate_sid_processor[]
101+ ifndef ::no_translate_sid_processor[]
102102* <<processor-translate-sid, `translate_sid`>>
103103endif::[]
104104//# end::processors-list[]
@@ -200,7 +200,7 @@ endif::[]
200200ifndef::no_truncate_fields_processor[]
201201include::{libbeat-processors-dir}/actions/docs/truncate_fields.asciidoc[]
202202endif::[]
203- ifdef ::no_translate_sid_processor[]
203+ ifndef ::no_translate_sid_processor[]
204204include::{libbeat-processors-dir}/translate_sid/docs/translate_sid.asciidoc[]
205205endif::[]
206206
You can’t perform that action at this time.
0 commit comments