forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tidy up operator testdata files (#398)
* Ensure newline to end of all yaml files * Clean up testdata file names in move operator * Reorganize operator/helper testdata directories
- Loading branch information
1 parent
aa3577f
commit 20f9a11
Showing
157 changed files
with
167 additions
and
167 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1 +1 @@ | ||
type: file_input | ||
type: file_input |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
encoding: "utf-16le" | ||
encoding: "utf-16le" |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
encoding: "UTF-16lE" | ||
encoding: "UTF-16lE" |
This file contains 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ type: file_input | |
include: | ||
- "*.log" | ||
exclude: | ||
- "not*.log" | ||
- "not*.log" |
This file contains 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ type: file_input | |
include: | ||
- "*.log" | ||
exclude: | ||
- "not**.log" | ||
- "not**.log" |
This file contains 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ type: file_input | |
include: | ||
- "*.log" | ||
exclude: | ||
- "directory/**/not*.log" | ||
- "directory/**/not*.log" |
This file contains 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ type: file_input | |
include: | ||
- "*.log" | ||
exclude: | ||
- "**/directory/**/not*.log" | ||
- "**/directory/**/not*.log" |
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
type: file_input | ||
include: [ "*.log" ] | ||
exclude: [ "a.log", "b.log" ] | ||
exclude: [ "a.log", "b.log" ] |
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: file_input | ||
include: | ||
- "*.log" | ||
exclude: "aRandomString" | ||
exclude: "aRandomString" |
This file contains 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 |
---|---|---|
|
@@ -4,4 +4,4 @@ include: | |
exclude: | ||
- one.log | ||
- two.log | ||
- three.log | ||
- three.log |
This file contains 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ type: file_input | |
include: | ||
- "*.log" | ||
exclude: | ||
- one.log | ||
- one.log |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
hello: world | ||
hello: world |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
fingerprint_size: 1KB | ||
fingerprint_size: 1KB |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/fingerprint_size_1KiB.yaml
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
fingerprint_size: 1KiB | ||
fingerprint_size: 1KiB |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/fingerprint_size_1kb_lower.yaml
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
fingerprint_size: 1kb | ||
fingerprint_size: 1kb |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/fingerprint_size_1kib_lower.yaml
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
fingerprint_size: 1kib | ||
fingerprint_size: 1kib |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/fingerprint_size_float.yaml
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
fingerprint_size: 1.1kb | ||
fingerprint_size: 1.1kb |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/fingerprint_size_no_units.yaml
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
fingerprint_size: 1000 | ||
fingerprint_size: 1000 |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
id: test_id | ||
id: test_id |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/include_file_name_lower.yaml
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: file_input | ||
include: | ||
- one.log | ||
include_file_name: true | ||
include_file_name: true |
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: file_input | ||
include: | ||
- one.log | ||
include_file_name: on | ||
include_file_name: on |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/include_file_name_upper.yaml
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: file_input | ||
include: | ||
- one.log | ||
include_file_name: TRUE | ||
include_file_name: TRUE |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/include_file_name_yes.yaml
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: file_input | ||
include: | ||
- one.log | ||
include_file_name: yes | ||
include_file_name: yes |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/include_file_path_lower.yaml
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: file_input | ||
include: | ||
- one.log | ||
include_file_path: true | ||
include_file_path: true |
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: file_input | ||
include: | ||
- one.log | ||
include_file_path: no | ||
include_file_path: no |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/include_file_path_nonbool.yaml
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: file_input | ||
include: | ||
- one.log | ||
include_file_path: asdf | ||
include_file_path: asdf |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/include_file_path_off.yaml
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: file_input | ||
include: | ||
- one.log | ||
include_file_path: off | ||
include_file_path: off |
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: file_input | ||
include: | ||
- one.log | ||
include_file_path: on | ||
include_file_path: on |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/include_file_path_upper.yaml
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: file_input | ||
include: | ||
- one.log | ||
include_file_path: TRUE | ||
include_file_path: TRUE |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/include_file_path_yes.yaml
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: file_input | ||
include: | ||
- one.log | ||
include_file_path: yes | ||
include_file_path: yes |
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
type: file_input | ||
include: | ||
- "*.log" | ||
- "*.log" |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/include_glob_double_asterisk.yaml
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
type: file_input | ||
include: | ||
- "**.log" | ||
- "**.log" |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/include_glob_double_asterisk_nested.yaml
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
type: file_input | ||
include: | ||
- "directory/**/*.log" | ||
- "directory/**/*.log" |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/include_glob_double_asterisk_prefix.yaml
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
type: file_input | ||
include: | ||
- "**/directory/**/*.log" | ||
- "**/directory/**/*.log" |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
include: [ "a.log", "b.log" ] | ||
include: [ "a.log", "b.log" ] |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
include: "justwords" | ||
include: "justwords" |
This file contains 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 |
---|---|---|
|
@@ -2,4 +2,4 @@ type: file_input | |
include: | ||
- one.log | ||
- two.log | ||
- three.log | ||
- three.log |
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
type: file_input | ||
include: | ||
- one.log | ||
- one.log |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
max_concurrent_files: 9223372036854775807 | ||
max_concurrent_files: 9223372036854775807 |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/max_log_size_invalid_unit.yaml
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
max_log_size: 1TOFU | ||
max_log_size: 1TOFU |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/max_log_size_mb_lower.yaml
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
max_log_size: 1mib | ||
max_log_size: 1mib |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/max_log_size_mb_upper.yaml
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
max_log_size: 1MiB | ||
max_log_size: 1MiB |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/max_log_size_mib_lower.yaml
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
max_log_size: 1mib | ||
max_log_size: 1mib |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/max_log_size_mib_upper.yaml
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
max_log_size: 1MiB | ||
max_log_size: 1MiB |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/multiline_extra_field.yaml
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
type: file_input | ||
multiline: | ||
that_random_field: "this should go nowhere" | ||
that_random_field: "this should go nowhere" |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/multiline_line_end_special.yaml
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
type: file_input | ||
multiline: | ||
line_end_pattern: '%' | ||
line_end_pattern: '%' |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/multiline_line_end_string.yaml
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
type: file_input | ||
multiline: | ||
line_end_pattern: 'Start' | ||
line_end_pattern: 'Start' |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/multiline_line_start_special.yaml
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
type: file_input | ||
multiline: | ||
line_start_pattern: '%' | ||
line_start_pattern: '%' |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/multiline_line_start_string.yaml
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
type: file_input | ||
multiline: | ||
line_start_pattern: 'Start' | ||
line_start_pattern: 'Start' |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
poll_interval: 1000ms | ||
poll_interval: 1000ms |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
poll_interval: 1ms | ||
poll_interval: 1ms |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
poll_interval: 1s | ||
poll_interval: 1s |
2 changes: 1 addition & 1 deletion
2
operator/builtin/input/file/testdata/poll_interval_no_units.yaml
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
poll_interval: 1 | ||
poll_interval: 1 |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: file_input | ||
start_at: "beginning" | ||
start_at: "beginning" |
This file contains 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
type: csv_parser | ||
parse_from: message | ||
header: id,severity,message | ||
header: id,severity,message |
This file contains 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
type: csv_parser | ||
parse_from: message | ||
header: id,severity,message | ||
delimiter: "\t" | ||
delimiter: "\t" |
This file contains 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 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 |
---|---|---|
@@ -1 +1 @@ | ||
type: json_parser | ||
type: json_parser |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: json_parser | ||
parse_from: $.from | ||
parse_from: $.from |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: json_parser | ||
parse_to: log | ||
parse_to: log |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: json_parser | ||
preserve_to: aField | ||
preserve_to: aField |
This file contains 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 |
---|---|---|
|
@@ -5,4 +5,4 @@ severity: | |
critical: 5xx | ||
error: 4xx | ||
info: 3xx | ||
debug: 2xx | ||
debug: 2xx |
This file contains 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 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 |
---|---|---|
@@ -1 +1 @@ | ||
type: regex_parser | ||
type: regex_parser |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: regex_parser | ||
on_error: "drop" | ||
on_error: "drop" |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: regex_parser | ||
parse_from: "$.from" | ||
parse_from: "$.from" |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: regex_parser | ||
parse_to: "log" | ||
parse_to: "log" |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: regex_parser | ||
preserve_to: "aField" | ||
preserve_to: "aField" |
This file contains 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
type: regex_parser | ||
regex: '^Host=(?P<host>[^,]+), Type=(?P<type>.*)$' | ||
regex: '^Host=(?P<host>[^,]+), Type=(?P<type>.*)$' |
Oops, something went wrong.