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.
36 lines
1.2 KiB
36 lines
1.2 KiB
# Copyright (C) 2005-2024 Splunk Inc. All Rights Reserved.
|
|
|
|
[source::.../var/log/splunk/hydra_inframon_scheduler*]
|
|
LINE_BREAKER = ([\r\n]+)\d\d\d\d-\d\d-\d\d\s\d\d:\d\d:\d\d
|
|
BREAK_ONLY_BEFORE = \d\d\d\d-\d\d-\d\d\s\d\d:\d\d:\d\d
|
|
SHOULD_LINEMERGE = false
|
|
sourcetype = hydra_scheduler
|
|
TRUNCATE = 0
|
|
|
|
[source::.../var/log/splunk/hydra_inframon_worker*]
|
|
LINE_BREAKER = ([\r\n]+)\d\d\d\d-\d\d-\d\d\s\d\d:\d\d:\d\d
|
|
BREAK_ONLY_BEFORE = \d\d\d\d-\d\d-\d\d\s\d\d:\d\d:\d\d
|
|
SHOULD_LINEMERGE = false
|
|
sourcetype = hydra_worker
|
|
TRUNCATE = 0
|
|
|
|
[source::.../var/log/splunk/*_configuration.log]
|
|
TRUNCATE = 0
|
|
|
|
[source::.../var/log/splunk/hydra_inframon_gateway*]
|
|
LINE_BREAKER = ([\r\n]+)\d\d\d\d-\d\d-\d\d\s\d\d:\d\d:\d\d
|
|
BREAK_ONLY_BEFORE = \d\d\d\d-\d\d-\d\d\s\d\d:\d\d:\d\d
|
|
SHOULD_LINEMERGE = false
|
|
sourcetype = hydra_gateway
|
|
|
|
[source::.../var/log/splunk/hydra_inframon_gatekeeper*]
|
|
LINE_BREAKER = ([\r\n]+)\d\d\d\d-\d\d-\d\d\s\d\d:\d\d:\d\d
|
|
BREAK_ONLY_BEFORE = \d\d\d\d-\d\d-\d\d\s\d\d:\d\d:\d\d
|
|
SHOULD_LINEMERGE = false
|
|
sourcetype = hydra_gatekeeper
|
|
|
|
[source::.../var/log/splunk/hydra_inframon_access*]
|
|
LINE_BREAKER = ([\r\n]+)\d\d\d\d-\d\d-\d\d\s\d\d:\d\d:\d\d
|
|
BREAK_ONLY_BEFORE = \d\d\d\d-\d\d-\d\d\s\d\d:\d\d:\d\d
|
|
SHOULD_LINEMERGE = false
|
|
sourcetype = hydra_access |