You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
854 B
29 lines
854 B
[kv]
|
|
# When set to a value other than "0", this setting determines the point
|
|
# at which automatic key-value field extraction stops creating new fields.
|
|
# Defaults to 512.
|
|
maxcols = 1024
|
|
|
|
# The maximum number of keys automatic key-value field extraction can generate.
|
|
# Defaults to 100.
|
|
limit = 500
|
|
|
|
# Truncate _raw to this many characters and then perform automatic key-value field extraction.
|
|
# Defaults to 10240 characters.
|
|
maxchars = 50480
|
|
|
|
[spath]
|
|
extract_all = true
|
|
|
|
# For extract-all spath extraction mode, only apply extraction to the first <integer> number of bytes.
|
|
# Defaults to 5000
|
|
extraction_cutoff = 25000
|
|
|
|
[search]
|
|
# For parallel action job execution, more search job slots are required. If you already have high
|
|
# search job concurrency, increase the settings in this stanza accordingly.
|
|
|
|
base_max_searches = 10
|
|
|
|
max_searches_per_cpu = 2
|