Good day sirs, would you be so kind to please help me regarding csv file ingestion? Here's the scenario:
When I try to upload the csv manually from remote server, the data within it are ingested. But if I monitor it, it wont. This csv was rsynced from remote server to local, I assumed it was because of permission but I checked it wasnt the case. Are there still anything I need to check? Using btool? How?
Any thoughts will do. Please help.
Thank you.
Hi rajyah,
when you say "I monitor" do you mean using a Universal Forwarder?
If yes, at first check if it's correctly configured:
telnet <Indexer_Ip_Address> 9997
)/opt/splunkforwarder/bin/splunk status
)644
)index=_internal host=your_host
After these checks, you can analyze your situation.
Bye.
Giuseppe
Hi rajyah,
when you say "I monitor" do you mean using a Universal Forwarder?
If yes, at first check if it's correctly configured:
telnet <Indexer_Ip_Address> 9997
)/opt/splunkforwarder/bin/splunk status
)644
)index=_internal host=your_host
After these checks, you can analyze your situation.
Bye.
Giuseppe
Oh, I forgot to mention sir that Im only running single instance without forwarders. I see, so it must be permission. Seems weird though, other CSVs has same grants but was still ingested. Ill double check sir. Thank you and Ill add an update sir after confirming.
Hi rajyah,
in this case, check if the path you configured in your inputs.conf is correct, then be sure that this file isn't the copy of another file because Splunk doesn't index twice a file (you can do it only when you manually index).
To force to reindex, you can put in your inputs.conf the option
crcsalt = <SOURCE>
Anf then change the filename.
Bye.
Giuseppe
Sir, I just found an oddity behind this problem. If I use 'index once' instead of 'continous monitoring', the data in csv are indexed but when I choose the latter it doesn't. Please enlighten me.
Using "once" it's the same thing that manually index.
did you tried crcSalt?
Bye.
Giuseppe
Tried crcSalt. Thank you!
Is there a way sir to check the splunkd.log? How?
you can see splunkd.log directly on you Splunk server at
/opt/splunk/var/log/splunk
or using Splunk with this search:
index=_internal sourcetype=splunkd
Bye.
Giuseppe