Skip to content

Commit 707ee3e

Browse files
author
Marc-Antoine Hinse
committed
Force Python 3.9 since that's what we need for our scripts to run
1 parent 4222186 commit 707ee3e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/flare/src/main/resources/splunk/default/inputs.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[script://$SPLUNK_HOME/etc/apps/flare/bin/cron_job_ingest_events.py]
22
interval = 0 0 1 1 *
3-
python.version = python3
3+
python.version = python3.9
44
index = flare
55
source = flare
66
sourcetype = flare_json
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[script:flare_external_requests_api_key_validation]
22
match=/fetch_api_key_validation
33
handler=flare_external_requests.FlareValidateApiKey
4-
python.version = python3
4+
python.version = python3.9
55

66
[script:flare_external_requests_user_tenants]
77
match=/fetch_user_tenants
88
handler=flare_external_requests.FlareUserTenants
9-
python.version = python3
9+
python.version = python3.9
1010

1111
[script:flare_external_requests_severity_filters]
1212
match=/fetch_severity_filters
1313
handler=flare_external_requests.FlareSeverityFilters
14-
python.version = python3
14+
python.version = python3.9
1515

1616
[script:flare_external_requests_source_type_filters]
1717
match=/fetch_source_type_filters
1818
handler=flare_external_requests.FlareSourceTypeFilters
19-
python.version = python3
19+
python.version = python3.9

0 commit comments

Comments
 (0)