Skip to content

Commit 87c1543

Browse files
committed
Fix errors round 1
1 parent 3705235 commit 87c1543

File tree

89 files changed

+3100
-3071
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+3100
-3071
lines changed

docs/versioned-plugins/codecs/cef-v4.1.3.asciidoc

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ START - GENERATED VARIABLES, DO NOT EDIT!
77
:version: v4.1.3
88
:release_date: 2017-06-23
99
:changelog_url: https://github.com/logstash-plugins/logstash-codec-cef/blob/v4.1.3/CHANGELOG.md
10-
:include_path: ../../../../logstash/docs/include
10+
:include_path: ../include
1111
///////////////////////////////////////////
1212
END - GENERATED VARIABLES, DO NOT EDIT!
1313
///////////////////////////////////////////
1414

15-
[id="plugins-{type}-{plugin}"]
15+
[id="{version}-plugins-{type}s-{plugin}"]
1616

1717
=== Cef codec plugin {version}
1818

@@ -33,22 +33,22 @@ produce an event with the payload as the 'message' field and a '_cefparsefailure
3333
[cols="<,<,<",options="header",]
3434
|=======================================================================
3535
|Setting |Input type|Required
36-
| <<{version}-plugins-{type}s-{plugin}-delimiter>> |<<string,string>>|No
37-
| <<{version}-plugins-{type}s-{plugin}-fields>> |<<array,array>>|No
38-
| <<{version}-plugins-{type}s-{plugin}-name>> |<<string,string>>|No
39-
| <<{version}-plugins-{type}s-{plugin}-product>> |<<string,string>>|No
40-
| <<{version}-plugins-{type}s-{plugin}-severity>> |<<string,string>>|No
41-
| <<{version}-plugins-{type}s-{plugin}-signature>> |<<string,string>>|No
42-
| <<{version}-plugins-{type}s-{plugin}-vendor>> |<<string,string>>|No
43-
| <<{version}-plugins-{type}s-{plugin}-version>> |<<string,string>>|No
36+
| <<{version}-plugins-{type}s-{plugin}-delimiter>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
37+
| <<{version}-plugins-{type}s-{plugin}-fields>> |{logstash-ref}/configuration-file-structure.html#array[array]|No
38+
| <<{version}-plugins-{type}s-{plugin}-name>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
39+
| <<{version}-plugins-{type}s-{plugin}-product>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
40+
| <<{version}-plugins-{type}s-{plugin}-severity>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
41+
| <<{version}-plugins-{type}s-{plugin}-signature>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
42+
| <<{version}-plugins-{type}s-{plugin}-vendor>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
43+
| <<{version}-plugins-{type}s-{plugin}-version>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
4444
|=======================================================================
4545

4646
&nbsp;
4747

4848
[id="{version}-plugins-{type}s-{plugin}-delimiter"]
4949
===== `delimiter`
5050

51-
* Value type is <<string,string>>
51+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
5252
* There is no default value for this setting.
5353

5454
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:
7272
===== `deprecated_v1_fields` (DEPRECATED)
7373

7474
* DEPRECATED WARNING: This configuration item is deprecated and may not be available in future versions.
75-
* Value type is <<boolean,boolean>>
75+
* Value type is {logstash-ref}/configuration-file-structure.html#boolean[boolean]
7676
* There is no default value for this setting.
7777

7878
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
8282
[id="{version}-plugins-{type}s-{plugin}-fields"]
8383
===== `fields`
8484

85-
* Value type is <<array,array>>
85+
* Value type is {logstash-ref}/configuration-file-structure.html#array[array]
8686
* Default value is `[]`
8787

8888
Fields to be included in CEV extension part as key/value pairs
8989

9090
[id="{version}-plugins-{type}s-{plugin}-name"]
9191
===== `name`
9292

93-
* Value type is <<string,string>>
93+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
9494
* Default value is `"Logstash"`
9595

9696
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.
9999
[id="{version}-plugins-{type}s-{plugin}-product"]
100100
===== `product`
101101

102-
* Value type is <<string,string>>
102+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
103103
* Default value is `"Logstash"`
104104

105105
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.
109109
===== `sev` (DEPRECATED)
110110

111111
* DEPRECATED WARNING: This configuration item is deprecated and may not be available in future versions.
112-
* Value type is <<string,string>>
112+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
113113
* There is no default value for this setting.
114114

115115
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.
124124
[id="{version}-plugins-{type}s-{plugin}-severity"]
125125
===== `severity`
126126

127-
* Value type is <<string,string>>
127+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
128128
* Default value is `"6"`
129129

130130
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.
137137
[id="{version}-plugins-{type}s-{plugin}-signature"]
138138
===== `signature`
139139

140-
* Value type is <<string,string>>
140+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
141141
* Default value is `"Logstash"`
142142

143143
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.
146146
[id="{version}-plugins-{type}s-{plugin}-vendor"]
147147
===== `vendor`
148148

149-
* Value type is <<string,string>>
149+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
150150
* Default value is `"Elasticsearch"`
151151

152152
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.
155155
[id="{version}-plugins-{type}s-{plugin}-version"]
156156
===== `version`
157157

158-
* Value type is <<string,string>>
158+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
159159
* Default value is `"1.0"`
160160

161161
Device version field in CEF header. The new value can include `%{foo}` strings

docs/versioned-plugins/codecs/cef-v4.1.4.asciidoc

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
77
:version: v4.1.4
88
:release_date: 2017-08-18
99
:changelog_url: https://github.com/logstash-plugins/logstash-codec-cef/blob/v4.1.4/CHANGELOG.md
10-
:include_path: ../../../../logstash/docs/include
10+
:include_path: ../include
1111
///////////////////////////////////////////
1212
END - GENERATED VARIABLES, DO NOT EDIT!
1313
///////////////////////////////////////////
@@ -33,22 +33,22 @@ produce an event with the payload as the 'message' field and a '_cefparsefailure
3333
[cols="<,<,<",options="header",]
3434
|=======================================================================
3535
|Setting |Input type|Required
36-
| <<{version}-plugins-{type}s-{plugin}-delimiter>> |<<string,string>>|No
37-
| <<{version}-plugins-{type}s-{plugin}-fields>> |<<array,array>>|No
38-
| <<{version}-plugins-{type}s-{plugin}-name>> |<<string,string>>|No
39-
| <<{version}-plugins-{type}s-{plugin}-product>> |<<string,string>>|No
40-
| <<{version}-plugins-{type}s-{plugin}-severity>> |<<string,string>>|No
41-
| <<{version}-plugins-{type}s-{plugin}-signature>> |<<string,string>>|No
42-
| <<{version}-plugins-{type}s-{plugin}-vendor>> |<<string,string>>|No
43-
| <<{version}-plugins-{type}s-{plugin}-version>> |<<string,string>>|No
36+
| <<{version}-plugins-{type}s-{plugin}-delimiter>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
37+
| <<{version}-plugins-{type}s-{plugin}-fields>> |{logstash-ref}/configuration-file-structure.html#array[array]|No
38+
| <<{version}-plugins-{type}s-{plugin}-name>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
39+
| <<{version}-plugins-{type}s-{plugin}-product>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
40+
| <<{version}-plugins-{type}s-{plugin}-severity>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
41+
| <<{version}-plugins-{type}s-{plugin}-signature>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
42+
| <<{version}-plugins-{type}s-{plugin}-vendor>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
43+
| <<{version}-plugins-{type}s-{plugin}-version>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
4444
|=======================================================================
4545

4646
&nbsp;
4747

4848
[id="{version}-plugins-{type}s-{plugin}-delimiter"]
4949
===== `delimiter`
5050

51-
* Value type is <<string,string>>
51+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
5252
* There is no default value for this setting.
5353

5454
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:
7272
===== `deprecated_v1_fields` (DEPRECATED)
7373

7474
* DEPRECATED WARNING: This configuration item is deprecated and may not be available in future versions.
75-
* Value type is <<boolean,boolean>>
75+
* Value type is {logstash-ref}/configuration-file-structure.html#boolean[boolean]
7676
* There is no default value for this setting.
7777

7878
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
8282
[id="{version}-plugins-{type}s-{plugin}-fields"]
8383
===== `fields`
8484

85-
* Value type is <<array,array>>
85+
* Value type is {logstash-ref}/configuration-file-structure.html#array[array]
8686
* Default value is `[]`
8787

8888
Fields to be included in CEV extension part as key/value pairs
8989

9090
[id="{version}-plugins-{type}s-{plugin}-name"]
9191
===== `name`
9292

93-
* Value type is <<string,string>>
93+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
9494
* Default value is `"Logstash"`
9595

9696
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.
9999
[id="{version}-plugins-{type}s-{plugin}-product"]
100100
===== `product`
101101

102-
* Value type is <<string,string>>
102+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
103103
* Default value is `"Logstash"`
104104

105105
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.
109109
===== `sev` (DEPRECATED)
110110

111111
* DEPRECATED WARNING: This configuration item is deprecated and may not be available in future versions.
112-
* Value type is <<string,string>>
112+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
113113
* There is no default value for this setting.
114114

115115
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.
124124
[id="{version}-plugins-{type}s-{plugin}-severity"]
125125
===== `severity`
126126

127-
* Value type is <<string,string>>
127+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
128128
* Default value is `"6"`
129129

130130
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.
137137
[id="{version}-plugins-{type}s-{plugin}-signature"]
138138
===== `signature`
139139

140-
* Value type is <<string,string>>
140+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
141141
* Default value is `"Logstash"`
142142

143143
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.
146146
[id="{version}-plugins-{type}s-{plugin}-vendor"]
147147
===== `vendor`
148148

149-
* Value type is <<string,string>>
149+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
150150
* Default value is `"Elasticsearch"`
151151

152152
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.
155155
[id="{version}-plugins-{type}s-{plugin}-version"]
156156
===== `version`
157157

158-
* Value type is <<string,string>>
158+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
159159
* Default value is `"1.0"`
160160

161161
Device version field in CEF header. The new value can include `%{foo}` strings

docs/versioned-plugins/codecs/cef-v5.0.0.asciidoc

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
77
:version: v5.0.0
88
:release_date: 2017-08-01
99
:changelog_url: https://github.com/logstash-plugins/logstash-codec-cef/blob/v5.0.0/CHANGELOG.md
10-
:include_path: ../../../../logstash/docs/include
10+
:include_path: ../include
1111
///////////////////////////////////////////
1212
END - GENERATED VARIABLES, DO NOT EDIT!
1313
///////////////////////////////////////////
@@ -33,22 +33,22 @@ produce an event with the payload as the 'message' field and a '_cefparsefailure
3333
[cols="<,<,<",options="header",]
3434
|=======================================================================
3535
|Setting |Input type|Required
36-
| <<{version}-plugins-{type}s-{plugin}-delimiter>> |<<string,string>>|No
37-
| <<{version}-plugins-{type}s-{plugin}-fields>> |<<array,array>>|No
38-
| <<{version}-plugins-{type}s-{plugin}-name>> |<<string,string>>|No
39-
| <<{version}-plugins-{type}s-{plugin}-product>> |<<string,string>>|No
40-
| <<{version}-plugins-{type}s-{plugin}-severity>> |<<string,string>>|No
41-
| <<{version}-plugins-{type}s-{plugin}-signature>> |<<string,string>>|No
42-
| <<{version}-plugins-{type}s-{plugin}-vendor>> |<<string,string>>|No
43-
| <<{version}-plugins-{type}s-{plugin}-version>> |<<string,string>>|No
36+
| <<{version}-plugins-{type}s-{plugin}-delimiter>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
37+
| <<{version}-plugins-{type}s-{plugin}-fields>> |{logstash-ref}/configuration-file-structure.html#array[array]|No
38+
| <<{version}-plugins-{type}s-{plugin}-name>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
39+
| <<{version}-plugins-{type}s-{plugin}-product>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
40+
| <<{version}-plugins-{type}s-{plugin}-severity>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
41+
| <<{version}-plugins-{type}s-{plugin}-signature>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
42+
| <<{version}-plugins-{type}s-{plugin}-vendor>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
43+
| <<{version}-plugins-{type}s-{plugin}-version>> |{logstash-ref}/configuration-file-structure.html#string[string]|No
4444
|=======================================================================
4545

4646
&nbsp;
4747

4848
[id="{version}-plugins-{type}s-{plugin}-delimiter"]
4949
===== `delimiter`
5050

51-
* Value type is <<string,string>>
51+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
5252
* There is no default value for this setting.
5353

5454
If your input puts a delimiter between each CEF event, you'll want to set
@@ -72,21 +72,21 @@ This setting allows the following character sequences to have special meaning:
7272
===== `deprecated_v1_fields` (OBSOLETE)
7373

7474
* OBSOLETE WARNING: This configuration item is obsolete and will prevent the pipeline from starting if used
75-
* Value type is <<boolean,boolean>>
75+
* Value type is {logstash-ref}/configuration-file-structure.html#boolean[boolean]
7676
* There is no default value for this setting.
7777

7878
[id="{version}-plugins-{type}s-{plugin}-fields"]
7979
===== `fields`
8080

81-
* Value type is <<array,array>>
81+
* Value type is {logstash-ref}/configuration-file-structure.html#array[array]
8282
* Default value is `[]`
8383

8484
Fields to be included in CEV extension part as key/value pairs
8585

8686
[id="{version}-plugins-{type}s-{plugin}-name"]
8787
===== `name`
8888

89-
* Value type is <<string,string>>
89+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
9090
* Default value is `"Logstash"`
9191

9292
Name field in CEF header. The new value can include `%{foo}` strings
@@ -95,7 +95,7 @@ to help you build a new value from other parts of the event.
9595
[id="{version}-plugins-{type}s-{plugin}-product"]
9696
===== `product`
9797

98-
* Value type is <<string,string>>
98+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
9999
* Default value is `"Logstash"`
100100

101101
Device product field in CEF header. The new value can include `%{foo}` strings
@@ -105,15 +105,15 @@ to help you build a new value from other parts of the event.
105105
===== `sev` (OBSOLETE)
106106

107107
* OBSOLETE WARNING: This configuration item is obsolete and will prevent the pipeline from starting.
108-
* Value type is <<string,string>>
108+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
109109
* There is no default value for this setting.
110110

111111
Obsolete severity field for CEF header use :severity instead.
112112

113113
[id="{version}-plugins-{type}s-{plugin}-severity"]
114114
===== `severity`
115115

116-
* Value type is <<string,string>>
116+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
117117
* Default value is `"6"`
118118

119119
Severity field in CEF header. The new value can include `%{foo}` strings
@@ -126,7 +126,7 @@ All invalid values will be mapped to the default of 6.
126126
[id="{version}-plugins-{type}s-{plugin}-signature"]
127127
===== `signature`
128128

129-
* Value type is <<string,string>>
129+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
130130
* Default value is `"Logstash"`
131131

132132
Signature ID field in CEF header. The new value can include `%{foo}` strings
@@ -135,7 +135,7 @@ to help you build a new value from other parts of the event.
135135
[id="{version}-plugins-{type}s-{plugin}-vendor"]
136136
===== `vendor`
137137

138-
* Value type is <<string,string>>
138+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
139139
* Default value is `"Elasticsearch"`
140140

141141
Device vendor field in CEF header. The new value can include `%{foo}` strings
@@ -144,7 +144,7 @@ to help you build a new value from other parts of the event.
144144
[id="{version}-plugins-{type}s-{plugin}-version"]
145145
===== `version`
146146

147-
* Value type is <<string,string>>
147+
* Value type is {logstash-ref}/configuration-file-structure.html#string[string]
148148
* Default value is `"1.0"`
149149

150150
Device version field in CEF header. The new value can include `%{foo}` strings

0 commit comments

Comments
 (0)