When tried to add extra path in splunk deployment client (Wildfly logs new):
# Wildfly logs
[monitor:///opt/applications/wildfly/standalone/log/server.log]
sourcetype = jboss_log
disabled = false
followTail = 0
index = newvt_prod
blacklist = .*\.(old|temp|gz|bz2|zip)$
# Wildfly logs new
[monitor:///opt/applications/wildfly/standalone-ext/log/server.log]
sourcetype = jboss_log
disabled = false
followTail = 0
index = newvt_prod
blacklist = .*\.(old|temp|gz|bz2|zip)$
and push it to forwarders, the index cannot retrieve any logs from the following path:
/opt/applications/wildfly/standalone-ext/log/server.log
only retrieves from the old path:
/opt/applications/wildfly/standalone/log/server.log
1. checked permissions, they are ok r-x for splunk user
2. checked path and is ok, no mispelling
3. checked index and is growing in size, is not disabled
cannot find any other issue.can someone help?
BR/
CAngel
Did you restart the forwarders after pushing the new inputs.conf?