I am using Splunk 5.0.4 and accessing splunkweb with IE8.
I am trying to export my search results to csv but every time I click "export" button and take some time to click "save" button of IE8's download popup screen, the content of exported csv will be incomplete.
Does anyone know how to fix this issue ?
Your socket might have timed out.
If a client requests a page, then idles (leaves the connection open), connection will be dropped after socket_timeout.
Default value of socket_timeout is 10 seconds but you can increase this value by adding server.socket_timeout in local/web.conf.
Your socket might have timed out.
If a client requests a page, then idles (leaves the connection open), connection will be dropped after socket_timeout.
Default value of socket_timeout is 10 seconds but you can increase this value by adding server.socket_timeout in local/web.conf.