|
1 | 1 |
|
2 | 2 | SPLUNK_SERVER_TYPES = {
|
3 |
| - splunk_authentication: 'system/local/authentication.conf', |
4 |
| - splunk_authorize: 'system/local/authorize.conf', |
5 |
| - splunk_distsearch: 'system/local/distsearch.conf', |
6 |
| - splunk_indexes: 'system/local/indexes.conf', |
7 |
| - splunk_input: 'system/local/inputs.conf', |
8 |
| - splunk_limits: 'system/local/limits.conf', |
9 |
| - splunk_output: 'system/local/outputs.conf', |
10 |
| - splunk_props: 'system/local/props.conf', |
11 |
| - splunk_server: 'system/local/server.conf', |
12 |
| - splunk_transforms: 'system/local/transforms.conf', |
13 |
| - splunk_web: 'system/local/web.conf' |
| 3 | + splunk_authentication: 'authentication.conf', |
| 4 | + splunk_authorize: 'authorize.conf', |
| 5 | + splunk_distsearch: 'distsearch.conf', |
| 6 | + splunk_indexes: 'indexes.conf', |
| 7 | + splunk_input: 'inputs.conf', |
| 8 | + splunk_limits: 'limits.conf', |
| 9 | + splunk_output: 'outputs.conf', |
| 10 | + splunk_props: 'props.conf', |
| 11 | + splunk_server: 'server.conf', |
| 12 | + splunk_transforms: 'transforms.conf', |
| 13 | + splunk_web: 'web.conf' |
14 | 14 | }.freeze
|
15 | 15 |
|
16 | 16 | SPLUNK_FORWARDER_TYPES = {
|
17 |
| - splunkforwarder_input: 'system/local/inputs.conf', |
18 |
| - splunkforwarder_output: 'system/local/outputs.conf', |
19 |
| - splunkforwarder_props: 'system/local/props.conf', |
20 |
| - splunkforwarder_transforms: 'system/local/transforms.conf', |
21 |
| - splunkforwarder_web: 'system/local/web.conf' |
| 17 | + splunkforwarder_input: 'inputs.conf', |
| 18 | + splunkforwarder_output: 'outputs.conf', |
| 19 | + splunkforwarder_props: 'props.conf', |
| 20 | + splunkforwarder_transforms: 'transforms.conf', |
| 21 | + splunkforwarder_web: 'web.conf' |
22 | 22 | }.freeze
|
23 | 23 |
|
24 | 24 | SPLUNK_TYPES = SPLUNK_SERVER_TYPES.merge(SPLUNK_FORWARDER_TYPES)
|
0 commit comments