Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[script://$SPLUNK_HOME/etc/apps/flare/bin/cron_job_ingest_events.py]
interval = 0 0 1 1 *
python.version = python3
index = flare
source = flare
sourcetype = flare_json
Expand Down
5 changes: 0 additions & 5 deletions packages/flare/src/main/resources/splunk/default/restmap.conf
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
[script:flare_external_requests_api_key_validation]
match=/fetch_api_key_validation
handler=flare_external_requests.FlareValidateApiKey
python.version = python3

[script:flare_external_requests_user_tenants]
match=/fetch_user_tenants
handler=flare_external_requests.FlareUserTenants
python.version = python3

[script:flare_external_requests_severity_filters]
match=/fetch_severity_filters
handler=flare_external_requests.FlareSeverityFilters
python.version = python3

[script:flare_external_requests_source_type_filters]
match=/fetch_source_type_filters
handler=flare_external_requests.FlareSourceTypeFilters
python.version = python3

[script:flare_external_requests_ingestion_status]
match=/fetch_ingestion_status
handler=flare_external_requests.FlareIngestionStatus
python.version = python3
Loading