Skip to content

Commit da548ba

Browse files
committed
Enforce python 3.9 on all routes in splunk ap
1 parent 5cabbd7 commit da548ba

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[script://$SPLUNK_HOME/etc/apps/flare/bin/cron_job_ingest_events.py]
22
interval = 0 0 1 1 *
3-
python.version = python3
43
index = flare
54
source = flare
65
sourcetype = flare_json
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +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
54

65
[script:flare_external_requests_user_tenants]
76
match=/fetch_user_tenants
87
handler=flare_external_requests.FlareUserTenants
9-
python.version = python3
108

119
[script:flare_external_requests_severity_filters]
1210
match=/fetch_severity_filters
1311
handler=flare_external_requests.FlareSeverityFilters
14-
python.version = python3
1512

1613
[script:flare_external_requests_source_type_filters]
1714
match=/fetch_source_type_filters
1815
handler=flare_external_requests.FlareSourceTypeFilters
19-
python.version = python3
2016

2117
[script:flare_external_requests_ingestion_status]
2218
match=/fetch_ingestion_status
2319
handler=flare_external_requests.FlareIngestionStatus
24-
python.version = python3

0 commit comments

Comments
 (0)