Hi Splunkers, I have to forward data inside csv files from an on prem HF to Splunk Cloud and I'm facing some issues, cause data seem to not be forwarded. Let me share with you some additional bits.
Info about data
Info about HF configuration
Info about sourcetype and index and their deployment
Indexed_extractions=csv
By thw way, seems that data are not sent from HF to Cloud. So, did I forgot some steps? Or I made wrong some of above ones?
I performed all checks suggested and nothing seem to be wrong; after more than 1 day, logs start to come to cloud. My assumption is that some latency problems delayed log receiving and, after initial burst, they start to come.
I performed all checks suggested and nothing seem to be wrong; after more than 1 day, logs start to come to cloud. My assumption is that some latency problems delayed log receiving and, after initial burst, they start to come.
You have the right steps, but perhaps something in the details is amiss.
Verify the inputs.conf stanza points to the correct file/directory.
Verify the file permissions allows reading by the HF.
Check the splunkd.log files on the HF to see if any messages might explain why the file is not uploaded.
Confirm the CSV file has timestamps for each event and that the timestamps are correctly extracted. Timestamps that are in the future or too far in the past will not be found by Splunk. Try searching a wide time range to see if the data has bad timestamps
index=web earliest=0 latest=+10y
Hi @richgalloway, thanks for your answer.
I can share with you some other bits.
I'm curious about why a sourcetype can no longer be used. Sourcetypes never expire. Perhaps it's an add-on that can't be used?
The inputs.conf file to check is the one that references the file or directory we're talking about. Use btool to find it.
splunk btool --debug inputs list | grep "<<CSV file or directory name>>"
Have you checked the logs?
Have you tried the search I suggested?
Have you tried looking in other indexes?
You are right, the problem is in the addon linked to previous sourcetype.
Thanks for your suggestions, I have all data I need to perform analysis. I'm going to do them.