File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/flare/src/main/resources/splunk/default Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[script://$SPLUNK_HOME/etc/apps/flare/bin/cron_job_ingest_events.py]
2
2
interval = 0 0 1 1 *
3
- python.version = python3
3
+ python.version = python3.9
4
4
index = flare
5
5
source = flare
6
6
sourcetype = flare_json
Original file line number Diff line number Diff line change 1
1
[script:flare_external_requests_api_key_validation]
2
2
match=/fetch_api_key_validation
3
3
handler=flare_external_requests.FlareValidateApiKey
4
- python.version = python3
4
+ python.version = python3.9
5
5
6
6
[script:flare_external_requests_user_tenants]
7
7
match=/fetch_user_tenants
8
8
handler=flare_external_requests.FlareUserTenants
9
- python.version = python3
9
+ python.version = python3.9
10
10
11
11
[script:flare_external_requests_severity_filters]
12
12
match=/fetch_severity_filters
13
13
handler=flare_external_requests.FlareSeverityFilters
14
- python.version = python3
14
+ python.version = python3.9
15
15
16
16
[script:flare_external_requests_source_type_filters]
17
17
match=/fetch_source_type_filters
18
18
handler=flare_external_requests.FlareSourceTypeFilters
19
- python.version = python3
19
+ python.version = python3.9
You can’t perform that action at this time.
0 commit comments