File tree Expand file tree Collapse file tree
packages/flare/src/main/resources/splunk/default Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ package: packages/flare/bin/vendor
5151
5252.PHONY : publish
5353publish : output/flare.tar.gz
54- curl -u " $( SPLUNKBASE_CREDS) " --request POST https://splunkbase.splunk.com/api/v1/app/7602/new_release/ -F " files[]=@./output/flare.tar.gz" -F " filename=flare.tar.gz" -F " splunk_versions=9.3 " -F " visibility=true"
54+ curl -u " $( SPLUNKBASE_CREDS) " --request POST https://splunkbase.splunk.com/api/v1/app/7602/new_release/ -F " files[]=@./output/flare.tar.gz" -F " filename=flare.tar.gz" -F " splunk_versions=9.4 " -F " visibility=true"
5555
5656.PHONY : validate
5757validate : venv-tools
Original file line number Diff line number Diff line change 33
44## Requirements
55
6- At the time of this writing, Splunk Enterprise is at version 9.3 .0. This version of splunk requires Python v3.9.
6+ At the time of this writing, Splunk Enterprise is at version 9.4 .0. This version of splunk requires Python v3.9.
77
88## Installation
99
Original file line number Diff line number Diff line change 11[script://$SPLUNK_HOME/etc/apps/flare/bin/cron_job_ingest_events.py]
22interval = 0 0 1 1 *
3- python.version = python3
3+ python.version = python3.9
44index = flare
55source = flare
66sourcetype = flare_json
Original file line number Diff line number Diff line change 11[script:flare_external_requests_api_key_validation]
22match=/fetch_api_key_validation
33handler=flare_external_requests.FlareValidateApiKey
4- python.version = python3
4+ python.version = python3.9
55
66[script:flare_external_requests_user_tenants]
77match=/fetch_user_tenants
88handler=flare_external_requests.FlareUserTenants
9- python.version = python3
9+ python.version = python3.9
1010
1111[script:flare_external_requests_severity_filters]
1212match=/fetch_severity_filters
1313handler=flare_external_requests.FlareSeverityFilters
14- python.version = python3
14+ python.version = python3.9
1515
1616[script:flare_external_requests_source_type_filters]
1717match=/fetch_source_type_filters
1818handler=flare_external_requests.FlareSourceTypeFilters
19- python.version = python3
19+ python.version = python3.9
Original file line number Diff line number Diff line change 11pytest==8.3.2
22mypy==1.12.1
33ruff==0.7.0
4- splunk-appinspect==3.8.0
4+ splunk-appinspect==3.9.1
55isort==5.13.2
6- freezegun==1.5.1
6+ freezegun==1.5.1
You can’t perform that action at this time.
0 commit comments