Hi,
I'm facing the situation that there is the identical stanca twice within a single conf file.
E.g.
authorize.conf
[role_admin]
srchIndexesDefault = main
[role_admin]
srchIndexesDefault = _internal
I know the documentation for [Attribute precedence within a single props.conf file][1], but this only describes the precedence defined by ASCII order. Not if the stanza is identical.
Verifing the configuration with btool I get that the last listed entry rules. Which makes sence.
So my question is: Is this a valid configuration (despite the fact that this should be avoided)?
Thanks and best regards,
Max.
[1]: http://docs.splunk.com/Documentation/Splunk/6.3.1511/Admin/Attributeprecedencewithinafile
↧