Skip to content

Commit ac41b27

Browse files
committed
feat: added 9.1 and 9.2 spec files
1 parent 71b2733 commit ac41b27

File tree

142 files changed

+75139
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+75139
-0
lines changed

spec_files/9.1/alert_actions.conf.spec

+574
Large diffs are not rendered by default.

spec_files/9.1/app.conf.spec

+415
Large diffs are not rendered by default.

spec_files/9.1/audit.conf.spec

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Version 9.1.4
2+
#
3+
# This file contains possible attributes and values you can use to configure
4+
# auditing in audit.conf.
5+
#
6+
# There is NO DEFAULT audit.conf. To set custom configurations, place an
7+
# audit.conf in $SPLUNK_HOME/etc/system/local/. For examples, see
8+
# audit.conf.example. You must restart Splunk to enable configurations.
9+
#
10+
# To learn more about configuration files (including precedence) please see the
11+
# documentation located at
12+
# http://docs.splunk.com/Documentation/Splunk/latest/Admin/Aboutconfigurationfiles
13+
14+
# GLOBAL SETTINGS
15+
# Use the [default] stanza to define any global settings.
16+
# * You can also define global settings outside of any stanza, at the top of the file.
17+
# * Each conf file should have at most one default stanza. If there are
18+
# multiple default stanzas, attributes are combined. In the case of multiple
19+
# definitions of the same attribute, the last definition in the file wins.
20+
# * If an attribute is defined at both the global level and in a specific
21+
# stanza, the value in the specific stanza takes precedence.
22+
23+
[auditTrail]
24+
queueing = <boolean>
25+
* Whether or not audit events are sent to the indexQueue.
26+
* If set to "true", audit events are sent to the indexQueue.
27+
* If set to "false", you must add an inputs.conf stanza to tail the
28+
audit log for the events reach your index.
29+
* Default: true
30+

0 commit comments

Comments
 (0)