Splunk Web doesn't show the events at times. If I restart and log in, it will show the events, but after some time, events are not displayed. It shows total events, but the details are not displayed
Also, the main page doesn't show the summary of events indexed. Usually it should total events and indexes.
What could be the problem? This leads to me restarting splunkd service every time.
... | table _raw
check Wats there. If your logs are json Splunk will take time to load... Post the screen shot
this old problem bit me today. Go to 'All Fields' and deselect all fields, then close that window. Once that was settled, I was able to reselect the 'All Fields' option and the Event Viewer repopulated. Not sure why it worked, but it did and thought I'd share.
There's also a possible chance of exceeding truncate value and browser will not be able to render and support UI, check length of your _raw event using <your search query>| eval len=len(_raw) and view field len under interesting fields.
This is real pain. sometime logs are coming and most of the time same query/index does not show any result. Since we are using this across enterprise, it's not possible to restart or play around with this tool. Not happy with splunk. Need to time to think of another solution.
Hi boopaljothi
I advice you to use another browser to launch you search and wait a few minutes before concluding.
i used internet explorer latest version and it is working. may be an issue with chrome. i will update chrome and post the status here
yes change the browser
... | table _raw
check Wats there. If your logs are json Splunk will take time to load... Post the screen shot
there is no output for this as well. i cant attach file here as of now
| head 1| table _raw
Check it.
index=_internal error
...
Wats the index and sourcetype it source you are using.Can you share the sample data
nope still no output
Wat browser you are using.?
I guess tat should be supported by Splunk. If you are not getting internal logs.there should be a problem with your browser. Use chrome or mozilla
i am using chrome only.
index=_internal error this is returning error but there is no output to the head 1| table _raw output for my own query. sorry for the confusion
Try with chrome
if you see the number of results counter, but no events displayed in the panel, this may be a UI rendering issue.
Maybe some events contain characters that breaks the display.
Do you see results if you use a stats command or a chart ?
Check for the javascript logs of your browser (developper tool on chrome by example)
And try to look for a different set of events.
I have some users that complain about the same issue. I had advised them to clear their cache, tried different web browsers, nothing works for them. Similar to the screenshot in the post, there is data in the timeline and the fields column display, but the events in the table do not show anything.
Trying to debug from the access logs and what I could find in Splunk internal logs, there is nothing out of the ordinary. HELP
My solution was go into the "All Fields" button on the left of the search results, change Coverage: From "All fields", to something smaller, and hit deselect all. Then run a simple search to make sure things are coming up, then go back and select just specific fields and everything starts to work. My best guess is that at some point - I had it select a huge number of fields, and doing these changes forces it to forget the huge list which fixes the issue.
cneberg's solution works for me - both on chrome and safari - "Coverage: 1% or more" and deselect - events magically appear!
i am searching all the events that i have which is just under 100. i did try with stats command but still nothing just count was displayed as before
any help here. this becoming too difficult
also i imported the tutorial data only and no other events are present. still i get same issue