|
Hi folks, I'm trying to add an indexed field to a distributed setup, but I can't seem to get it working. (I'm aware that indexed fields are not typically recommended) Here's the scenario: I have multiple indexers at different locations. I need to add a field to every message that is processed which includes the site where it came from. On my search head (which is distributing the confs to the indexers), I have the following: /opt/splunk/etc/system/local/props.conf:
/opt/splunk/etc/system/local/transforms.conf
/opt/splunk/etc/system/local/fields.conf
On the indexer I'm testing with, I have the following: /opt/splunk/etc/apps/search/local/inputs.conf
I found a similar question that I've used as a guide. Any ideas? Are there any logs/commands that I can use to see why the indexed field isn't getting added to the events? Thanks. |
|
I was able to get this working. Here's what my conf files look now: /opt/splunk/etc/system/local/props.conf:
/opt/splunk/etc/system/local/transforms.conf
/opt/splunk/etc/system/local/fields.conf
On the indexer I'm testing with, I have the following: /opt/splunk/etc/apps/search/local/inputs.conf
|
|
It should be noted that the field |
