Hi Ryan,

First of all, which Graylog version do you use?

I'm afraid that you were right in your first guess: the chart that you were 
trying to generate is still in your browser localStorage and it's breaking the 
search. Would you be so kind as to share with us the graphs that are in your 
browser for further debugging?

You can get the search graphs stored in your browser by executing 
`localStorage.getItem('pinned-field-charts')` and 
`localStorage.getItem('stacked-graphs')` in your browser's developer console.

To delete them, you can execute 
`localStorage.removeItem('pinned-field-charts')` and 
`localStorage.removeItem('stacked-graphs')`. After a page reload, the search 
should come back as usual.

Hope that helps.

Regards,
Edmundo

> On 21 Apr 2016, at 01:46, Ryan Anstey <[email protected]> wrote:
> 
> Appears to be a chrome issue. Incogneto tab does not have the same issue.
> 
> On Tuesday, April 19, 2016 at 3:50:40 PM UTC-7, Ryan Anstey wrote:
> Something went wrong with my search (screenshot). It's empty when I search, 
> but dashboards are still updating. It basically broke when I was searching 
> and creating graphs. I believe it spat something out at me about not being 
> able to do something because it wasn't a number field before basically all 
> the results went away.
> 
> I think it must have to do with how it saves recent graphs and stuff in your 
> search results. Is there any way to reset that info? I could be wrong though, 
> I tried using a different user and they can't search either....
> 
> I have:
>       • Logged out, back in
>       • Tried another user
>       • Restarted graylog-server
>       • Restarted graylog-web
>       • Restarted elasticsearch
>       • Recalculated index ranges (Range re-calculated 22 minutes ago in 
> 1135ms. 29 segments, 0 open search contexts, 0 deleted messages)
>       • Checked the error log, but no logs are created when the search 
> fails.... it's just emptiness....
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Graylog Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/graylog2/8cca5b22-cb84-4aa7-a704-a32c3dc33da5%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/D6047357-57E7-4C75-AAE8-798234D98698%40graylog.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to