Skip to content

Commit

Permalink
updated docs for main (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 24, 2024
1 parent 84f598c commit 85ae356
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
14 changes: 11 additions & 3 deletions docs/plugins/codecs/cef.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v6.2.7
:release_date: 2023-05-12
:changelog_url: https://github.com/logstash-plugins/logstash-codec-cef/blob/v6.2.7/CHANGELOG.md
:version: v6.2.8
:release_date: 2024-10-22
:changelog_url: https://github.com/logstash-plugins/logstash-codec-cef/blob/v6.2.8/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down Expand Up @@ -408,6 +408,7 @@ The following is a mapping between these fields.
| <<plugins-{type}s-{plugin}-locale>> |<<string,string>>|No
| <<plugins-{type}s-{plugin}-name>> |<<string,string>>|No
| <<plugins-{type}s-{plugin}-product>> |<<string,string>>|No
| <<plugins-{type}s-{plugin}-raw_data_field>> |<<string,string>>|No
| <<plugins-{type}s-{plugin}-reverse_mapping>> |<<boolean,boolean>>|No
| <<plugins-{type}s-{plugin}-severity>> |<<string,string>>|No
| <<plugins-{type}s-{plugin}-signature>> |<<string,string>>|No
Expand Down Expand Up @@ -536,6 +537,13 @@ When this codec is used in an Output Plugin, this option can be used to specify
value of the device product field in CEF header. The new value can include `%{foo}` strings
to help you build a new value from other parts of the event.

[id="plugins-{type}s-{plugin}-raw_data_field"]
===== `raw_data_field`

* Value type is <<string,string>>
* There is no default value for this setting

Store the raw data to the field, for example `[event][original]`. Existing target field will be overriden.

[id="plugins-{type}s-{plugin}-reverse_mapping"]
===== `reverse_mapping`
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/inputs/http.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v3.9.0
:release_date: 2024-08-28
:changelog_url: https://github.com/logstash-plugins/logstash-input-http/blob/v3.9.0/CHANGELOG.md
:version: v3.9.1
:release_date: 2024-10-18
:changelog_url: https://github.com/logstash-plugins/logstash-input-http/blob/v3.9.1/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/inputs/tcp.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
///////////////////////////////////////////
START - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
:version: v6.4.2
:release_date: 2024-04-23
:changelog_url: https://github.com/logstash-plugins/logstash-input-tcp/blob/v6.4.2/CHANGELOG.md
:version: v6.4.3
:release_date: 2024-10-16
:changelog_url: https://github.com/logstash-plugins/logstash-input-tcp/blob/v6.4.3/CHANGELOG.md
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
Expand Down

0 comments on commit 85ae356

Please sign in to comment.