Splunk Enterprise

Recommendations for Splunkd daemon error?

JohnHC
New Member

All,

I am having an issue with splunk and uploading Pcap files to the server we are running on prem. When I attempt to upload a Pcap file via the data inputs option I receive the following error. 

Encountered the following error while trying to save: Splunkd daemon is not responding: ('Error connecting to /servicesNS/admin/launcher/data/inputs/upload_pcap: The read operation timed out',)

My thinking is it could be too big and is timing out the daemon. If that is the case can this timeout be edited? 

Pcap files are in the 139MB size range. 

Thank you for any recommendations or insight. 

Labels (2)
0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi @JohnHC,

That cli command is the same function as uploading using GUI. You can set index and sourcetype if you will.

As a sample;

[root@myserver bin] ./streamfwd -r my.pcap --index pcap_index
If this reply helps you an upvote and "Accept as Solution" is appreciated.
0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi @JohnHC,

If you have access to command line you can try cli commands;

[root@myserver bin] ./streamfwd -r my.pcap

https://docs.splunk.com/Documentation/StreamApp/8.1.0/DeployStreamApp/streamfwdcommandlineoptions#Re...

If this reply helps you an upvote and "Accept as Solution" is appreciated.
0 Karma

JohnHC
New Member

That command is not an issue. We are attempting to input the pcap file into the input data field so other users can perform searches from the Splunk search GUI.  We are attempting to upload the files here and are getting the error. SplunkInput.PNG

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...