[monitor:///var/log/pihole.log]
disabled = 0
sourcetype = pihole
index = main
[monitor:///var/log/pihole-FTL.log]
disabled = 0
sourcetype = pihole:ftl
index = main
Hi @gcusello ,
Thanks for getting back to me. Turns out the splunk user did not have access to the pihole.log, only to the pihole-FTL.log files.
Splunk started to ingest both files after I changed the permissions.
Thanks,
Toma.
Hi @tomapatan,
check if the two files have the same content, even if a different name: Splunk doesn't index twice the same log.
If this is the issue, you can use crcSalt = <SOURCE> option in inputs.conf to index both files.
[monitor:///var/log/pihole.log]
disabled = 0
sourcetype = pihole
index = your_index
crcSalt = <SOURCE>
[monitor:///var/log/pihole-FTL.log]
disabled = 0
sourcetype = pihole:ftl
index = your_index
crcSalt = <SOURCE>One additional my personal hint: don't use main index, create a custom one: not many indexes, few ones but not main.
Ciao.
Giuseppe
Hi @gcusello ,
Thanks for getting back to me. Turns out the splunk user did not have access to the pihole.log, only to the pihole-FTL.log files.
Splunk started to ingest both files after I changed the permissions.
Thanks,
Toma.