Alerting

How to resolve error "Upload failed with ERROR : Read Timeout for the log file" when uploading a generated alert log to Splunk?

mengye
New Member

Hi,

I tried to upload the generated alert to Splunk with the function "Upload File" After few mins, it shows "Upload failed with ERROR : Read Timeout for the log file".

It could related with the format of generated alert. But I don't know what is issue with alert log, which is in own format.

The error message is pretty general for ""Upload failed with ERROR : Read Timeout for the log file" " How can I know the exact issue and change the file?

Thank you!

0 Karma

Tdot
Engager

1. Browse to the location of "server.conf" file assuming you've installed Splunk in /opt/splunk and edit it: $ sudo nano /opt/splunk/etc/system/local/server.conf

2. From the "server.conf" file, go to the bottom of the screen and in a new line, press Enter and then add:

[diskUsage]

minFreeSpace = 10

3.  Save the "server.conf" file

4. Restart Splunk Service: $ sudo /opt/splunk/bin/splunk  stop

5. Upload the file.

seven15
Engager

Thanks!

0 Karma

jchefdeville
Engager

If you are talking about the Fundamentals 1 training, I resolved the issue by editing $SPLUNK_HOME/etc/system/local/server/conf
and adding

[diskUsage]
minFreeSpace = 10

description for this stanza and what it does is in http://docs.splunk.com/Documentation/Splunk/latest/Admin/Serverconf

,

thomasje
New Member

I got the same error "Upload failed with ERROR : Read Timeout". Please help

0 Karma

Tdot
Engager

1. Browse to the location of "server.conf" file assuming you've installed Splunk in /opt/splunk and edit it: $ sudo nano /opt/splunk/etc/system/local/server.conf

2. From the "server.conf" file, go to the bottom of the screen and in a new line, press Enter and then add:

[diskUsage]

minFreeSpace = 10

3.  Save the "server.conf" file

4. Restart Splunk Service: $ sudo /opt/splunk/bin/splunk  stop

5. Upload the file.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...