Skip to content

Commit 4a082e7

Browse files
authored
Fix docs for translate_sid processor (#16961)
I forgot to change the conditional for ifdef to ifndef. It was also missing a changelog entry.
1 parent 76dcd34 commit 4a082e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.next.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

libbeat/docs/processors-list.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ endif::[]
9898
ifndef::no_truncate_fields_processor[]
9999
* <<truncate-fields, `truncate_fields`>>
100100
endif::[]
101-
ifdef::no_translate_sid_processor[]
101+
ifndef::no_translate_sid_processor[]
102102
* <<processor-translate-sid, `translate_sid`>>
103103
endif::[]
104104
//# end::processors-list[]
@@ -200,7 +200,7 @@ endif::[]
200200
ifndef::no_truncate_fields_processor[]
201201
include::{libbeat-processors-dir}/actions/docs/truncate_fields.asciidoc[]
202202
endif::[]
203-
ifdef::no_translate_sid_processor[]
203+
ifndef::no_translate_sid_processor[]
204204
include::{libbeat-processors-dir}/translate_sid/docs/translate_sid.asciidoc[]
205205
endif::[]
206206

0 commit comments

Comments
 (0)