-
Couldn't load subscription status.
- Fork 62
[Work in progress] Versioned plugin doc fixes #445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT! | |
| END - GENERATED VARIABLES, DO NOT EDIT! | ||
| /////////////////////////////////////////// | ||
|
|
||
| [id="plugins-{type}-{plugin}"] | ||
| [id="{version}-plugins-{type}s-{plugin}"] | ||
|
|
||
| === Cef codec plugin {version} | ||
|
|
||
|
|
@@ -33,22 +33,22 @@ produce an event with the payload as the 'message' field and a '_cefparsefailure | |
| [cols="<,<,<",options="header",] | ||
| |======================================================================= | ||
| |Setting |Input type|Required | ||
| | <<{version}-plugins-{type}s-{plugin}-delimiter>> |<<string,string>>|No | ||
| | <<{version}-plugins-{type}s-{plugin}-fields>> |<<array,array>>|No | ||
| | <<{version}-plugins-{type}s-{plugin}-name>> |<<string,string>>|No | ||
| | <<{version}-plugins-{type}s-{plugin}-product>> |<<string,string>>|No | ||
| | <<{version}-plugins-{type}s-{plugin}-severity>> |<<string,string>>|No | ||
| | <<{version}-plugins-{type}s-{plugin}-signature>> |<<string,string>>|No | ||
| | <<{version}-plugins-{type}s-{plugin}-vendor>> |<<string,string>>|No | ||
| | <<{version}-plugins-{type}s-{plugin}-version>> |<<string,string>>|No | ||
| | <<{version}-plugins-{type}s-{plugin}-delimiter>> |{logstash-ref}/configuration-file-structure.html#string[string]|No | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The script needs to replace all type links so that they point to the Logstash Reference. |
||
| | <<{version}-plugins-{type}s-{plugin}-fields>> |{logstash-ref}/configuration-file-structure.html#array[array]|No | ||
| | <<{version}-plugins-{type}s-{plugin}-name>> |{logstash-ref}/configuration-file-structure.html#string[string]|No | ||
| | <<{version}-plugins-{type}s-{plugin}-product>> |{logstash-ref}/configuration-file-structure.html#string[string]|No | ||
| | <<{version}-plugins-{type}s-{plugin}-severity>> |{logstash-ref}/configuration-file-structure.html#string[string]|No | ||
| | <<{version}-plugins-{type}s-{plugin}-signature>> |{logstash-ref}/configuration-file-structure.html#string[string]|No | ||
| | <<{version}-plugins-{type}s-{plugin}-vendor>> |{logstash-ref}/configuration-file-structure.html#string[string]|No | ||
| | <<{version}-plugins-{type}s-{plugin}-version>> |{logstash-ref}/configuration-file-structure.html#string[string]|No | ||
| |======================================================================= | ||
|
|
||
| | ||
|
|
||
| [id="{version}-plugins-{type}s-{plugin}-delimiter"] | ||
| ===== `delimiter` | ||
|
|
||
| * Value type is <<string,string>> | ||
| * Value type is {logstash-ref}/configuration-file-structure.html#string[string] | ||
| * There is no default value for this setting. | ||
|
|
||
| If your input puts a delimiter between each CEF event, you'll want to set | ||
|
|
@@ -72,7 +72,7 @@ This setting allows the following character sequences to have special meaning: | |
| ===== `deprecated_v1_fields` (DEPRECATED) | ||
|
|
||
| * DEPRECATED WARNING: This configuration item is deprecated and may not be available in future versions. | ||
| * Value type is <<boolean,boolean>> | ||
| * Value type is {logstash-ref}/configuration-file-structure.html#boolean[boolean] | ||
| * There is no default value for this setting. | ||
|
|
||
| Set this flag if you want to have both v1 and v2 fields indexed at the same time. Note that this option will increase | ||
|
|
@@ -82,15 +82,15 @@ This option is available to ease transition to new schema | |
| [id="{version}-plugins-{type}s-{plugin}-fields"] | ||
| ===== `fields` | ||
|
|
||
| * Value type is <<array,array>> | ||
| * Value type is {logstash-ref}/configuration-file-structure.html#array[array] | ||
| * Default value is `[]` | ||
|
|
||
| Fields to be included in CEV extension part as key/value pairs | ||
|
|
||
| [id="{version}-plugins-{type}s-{plugin}-name"] | ||
| ===== `name` | ||
|
|
||
| * Value type is <<string,string>> | ||
| * Value type is {logstash-ref}/configuration-file-structure.html#string[string] | ||
| * Default value is `"Logstash"` | ||
|
|
||
| Name field in CEF header. The new value can include `%{foo}` strings | ||
|
|
@@ -99,7 +99,7 @@ to help you build a new value from other parts of the event. | |
| [id="{version}-plugins-{type}s-{plugin}-product"] | ||
| ===== `product` | ||
|
|
||
| * Value type is <<string,string>> | ||
| * Value type is {logstash-ref}/configuration-file-structure.html#string[string] | ||
| * Default value is `"Logstash"` | ||
|
|
||
| Device product field in CEF header. The new value can include `%{foo}` strings | ||
|
|
@@ -109,7 +109,7 @@ to help you build a new value from other parts of the event. | |
| ===== `sev` (DEPRECATED) | ||
|
|
||
| * DEPRECATED WARNING: This configuration item is deprecated and may not be available in future versions. | ||
| * Value type is <<string,string>> | ||
| * Value type is {logstash-ref}/configuration-file-structure.html#string[string] | ||
| * There is no default value for this setting. | ||
|
|
||
| Deprecated severity field for CEF header. The new value can include `%{foo}` strings | ||
|
|
@@ -124,7 +124,7 @@ All invalid values will be mapped to the default of 6. | |
| [id="{version}-plugins-{type}s-{plugin}-severity"] | ||
| ===== `severity` | ||
|
|
||
| * Value type is <<string,string>> | ||
| * Value type is {logstash-ref}/configuration-file-structure.html#string[string] | ||
| * Default value is `"6"` | ||
|
|
||
| Severity field in CEF header. The new value can include `%{foo}` strings | ||
|
|
@@ -137,7 +137,7 @@ All invalid values will be mapped to the default of 6. | |
| [id="{version}-plugins-{type}s-{plugin}-signature"] | ||
| ===== `signature` | ||
|
|
||
| * Value type is <<string,string>> | ||
| * Value type is {logstash-ref}/configuration-file-structure.html#string[string] | ||
| * Default value is `"Logstash"` | ||
|
|
||
| Signature ID field in CEF header. The new value can include `%{foo}` strings | ||
|
|
@@ -146,7 +146,7 @@ to help you build a new value from other parts of the event. | |
| [id="{version}-plugins-{type}s-{plugin}-vendor"] | ||
| ===== `vendor` | ||
|
|
||
| * Value type is <<string,string>> | ||
| * Value type is {logstash-ref}/configuration-file-structure.html#string[string] | ||
| * Default value is `"Elasticsearch"` | ||
|
|
||
| Device vendor field in CEF header. The new value can include `%{foo}` strings | ||
|
|
@@ -155,7 +155,7 @@ to help you build a new value from other parts of the event. | |
| [id="{version}-plugins-{type}s-{plugin}-version"] | ||
| ===== `version` | ||
|
|
||
| * Value type is <<string,string>> | ||
| * Value type is {logstash-ref}/configuration-file-structure.html#string[string] | ||
| * Default value is `"1.0"` | ||
|
|
||
| Device version field in CEF header. The new value can include `%{foo}` strings | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This problem is caused by bad asciidoc in older versions of the plugin.