You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.0 KiB
42 lines
1.0 KiB
# Copyright (C) 2005-2024 Splunk Inc. All Rights Reserved.
|
|
|
|
#Enables the Hydra Gateway WSGI Service
|
|
[script://$SPLUNK_HOME/etc/apps/SA-Hydra-inframon/bin/bootstrap_hydra_gateway.py]
|
|
python.version = python3
|
|
disabled = true
|
|
interval = 10
|
|
source = hydra_gateway
|
|
sourcetype = hydra_gateway
|
|
passAuth = admin
|
|
|
|
#ALL STANZAS BELOW INTENTIONALLY COMMENTED TO AVOID CONFUSION IN GUI AND STARTUP
|
|
|
|
#Please refer README.txt file for info about the below modular input stanzas
|
|
|
|
#[example_hydra_worker://head1]
|
|
#capabilities = big_job,small_job,medium_job
|
|
#log_level = DEBUG
|
|
#disabled = 1
|
|
#duration = 5m
|
|
|
|
#[example_hydra_worker://head2]
|
|
#capabilities = big_job,small_job,medium_job
|
|
#log_level = DEBUG
|
|
#disabled = 1
|
|
#duration = 5m
|
|
|
|
#[example_hydra_worker://head3]
|
|
#capabilities = big_job,small_job,medium_job
|
|
#log_level = DEBUG
|
|
#disabled = 1
|
|
#duration = 5m
|
|
|
|
#[example_hydra_worker://head4]
|
|
#capabilities = big_job,small_job,medium_job
|
|
#log_level = DEBUG
|
|
#disabled = 1
|
|
#duration = 5m
|
|
|
|
#[example_hydra_scheduler://neptune]
|
|
#disabled = 1
|
|
#duration = 5m |