Skip to content

Commit e4b5f2d

Browse files
updated docs for 8.x (#1752)
1 parent 19ed491 commit e4b5f2d

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

docs/plugins/codecs/cef.asciidoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
///////////////////////////////////////////
66
START - GENERATED VARIABLES, DO NOT EDIT!
77
///////////////////////////////////////////
8-
:version: v6.2.7
9-
:release_date: 2023-05-12
10-
:changelog_url: https://github.com/logstash-plugins/logstash-codec-cef/blob/v6.2.7/CHANGELOG.md
8+
:version: v6.2.8
9+
:release_date: 2024-10-22
10+
:changelog_url: https://github.com/logstash-plugins/logstash-codec-cef/blob/v6.2.8/CHANGELOG.md
1111
:include_path: ../../../../logstash/docs/include
1212
///////////////////////////////////////////
1313
END - GENERATED VARIABLES, DO NOT EDIT!
@@ -408,6 +408,7 @@ The following is a mapping between these fields.
408408
| <<plugins-{type}s-{plugin}-locale>> |<<string,string>>|No
409409
| <<plugins-{type}s-{plugin}-name>> |<<string,string>>|No
410410
| <<plugins-{type}s-{plugin}-product>> |<<string,string>>|No
411+
| <<plugins-{type}s-{plugin}-raw_data_field>> |<<string,string>>|No
411412
| <<plugins-{type}s-{plugin}-reverse_mapping>> |<<boolean,boolean>>|No
412413
| <<plugins-{type}s-{plugin}-severity>> |<<string,string>>|No
413414
| <<plugins-{type}s-{plugin}-signature>> |<<string,string>>|No
@@ -536,6 +537,13 @@ When this codec is used in an Output Plugin, this option can be used to specify
536537
value of the device product field in CEF header. The new value can include `%{foo}` strings
537538
to help you build a new value from other parts of the event.
538539

540+
[id="plugins-{type}s-{plugin}-raw_data_field"]
541+
===== `raw_data_field`
542+
543+
* Value type is <<string,string>>
544+
* There is no default value for this setting
545+
546+
Store the raw data to the field, for example `[event][original]`. Existing target field will be overriden.
539547

540548
[id="plugins-{type}s-{plugin}-reverse_mapping"]
541549
===== `reverse_mapping`

docs/plugins/inputs/http.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
///////////////////////////////////////////
77
START - GENERATED VARIABLES, DO NOT EDIT!
88
///////////////////////////////////////////
9-
:version: v3.9.0
10-
:release_date: 2024-08-28
11-
:changelog_url: https://github.com/logstash-plugins/logstash-input-http/blob/v3.9.0/CHANGELOG.md
9+
:version: v3.9.1
10+
:release_date: 2024-10-18
11+
:changelog_url: https://github.com/logstash-plugins/logstash-input-http/blob/v3.9.1/CHANGELOG.md
1212
:include_path: ../../../../logstash/docs/include
1313
///////////////////////////////////////////
1414
END - GENERATED VARIABLES, DO NOT EDIT!

0 commit comments

Comments
 (0)