Hi!

Do you get any javascript errors?
Also could you run the query on elasticsearch and see what data you get 
back?
This sounds like the data never gets to the web interface correctly.

cheers,
-k

On Thursday, April 17, 2014 6:35:48 PM UTC+2, Tim Galyean wrote:
>
> For some reason when I search the last 5 minutes with a wildcard or any 
> other query the graph shows a time range from a range of random years. I 
> have verified the data and timestamps but for some reason this keeps 
> occurring. I have two graylog instances collecting very similar data. Only 
> one of the two does this..
>
> Note: For security reasons I cant post the data being collected. However I 
> can provide timestamps from that data.
>
> Both Environments:
> CentOS
> graylog2-server-0.20.1
> graylog2-web-interface-0.20.1
>
> java version "1.7.0_17"
> Java(TM) SE Runtime Environment (build 1.7.0_17-b02)
> Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
>
> elasticsearch-0.90.10
>
>
> Here are some screenshots of what I am experiencing. This is a wildcard 
> search for the last 5 minutes. Below is also the JSON output of the search:
>
> {
>     "from": 0,
>     "size": 100,
>     "query": {
>         "match_all": {}
>     },
>     "post_filter": {
>         "bool": {
>             "must": {
>                 "range": {
>                     "timestamp": {
>                         "from": "2014-04-17 16:26:56.489",
>                         "to": "2014-04-17 16:31:56.489",
>                         "include_lower": true,
>                         "include_upper": true
>                     }
>                 }
>             }
>         }
>     },
>     "sort": [
>         {
>             "timestamp": {
>                 "order": "asc"
>             }
>         }
>     ]
> }
>
>
> <https://lh6.googleusercontent.com/-htS6qJgI5pE/U1ACUCGBz2I/AAAAAAAACpA/239pMlMDZbk/s1600/Screen+Shot+2014-04-17+at+9.31.29+AM.png>
>
>
> <https://lh3.googleusercontent.com/-xLLEfxBv-b8/U1ACcQNNw3I/AAAAAAAACpI/D2HiL9G2Xf4/s1600/Screen+Shot+2014-04-17+at+9.31.41+AM.png>
>
> Timestamps Descending / Ascending:
>
>
> <https://lh4.googleusercontent.com/-19k1q7155pc/U1ACmjg1cBI/AAAAAAAACpQ/8WgTyy8dhbw/s1600/Screen+Shot+2014-04-17+at+9.31.51+AM.png><https://lh3.googleusercontent.com/-0j_LKIChdFo/U1ACs2kzySI/AAAAAAAACpY/Yoypoa_qa18/s1600/Screen+Shot+2014-04-17+at+9.32.00+AM.png>
>
>
>  I am stumped.. any idea's or suggestions would be greatly appreciated. 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to