File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
packages/flare/src/main/resources/splunk/default Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ package: packages/flare/bin/vendor
51
51
52
52
.PHONY : publish
53
53
publish : 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"
55
55
56
56
.PHONY : validate
57
57
validate : venv-tools
Original file line number Diff line number Diff line change 3
3
4
4
## Requirements
5
5
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.
7
7
8
8
## Installation
9
9
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
Original file line number Diff line number Diff line change 1
1
pytest==8.3.2
2
2
mypy==1.12.1
3
3
ruff==0.7.0
4
- splunk-appinspect==3.8.0
4
+ splunk-appinspect==3.9.1
5
5
isort==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