Paulo Diniz

Results 15 comments of Paulo Diniz

@nmaro sorry for the delay. Another project took priority and I got swamped. This would be fine for postgres since we could just use its jsonb storage to store that...

I set the timeout to 120000 and it still didn't work. It keeps loading ``` sending search request with params {"searchText":null,"timestamp":0,"rangeType":"gte","order":"asc","hostname":null,"index":"filebeat-*"} ``` over and over again

I'm using filebeat to send the files over to logstash and the filebeat plugin in logstash. I pulled one of the indexes its generating and it looks like this ```...

It was a request timeout issue. The only way to get around it right now is switching the default index to "default_index": "filebeat-2017.04*" we have a lot of logs so...

That ended up not being necessary I just switched the index to ``` "default_index": ",," ``` https://www.elastic.co/guide/en/elasticsearch/reference/current/date-math-index-names.html

As it stands right now it doesn't work very well for search. I think the next step would be to figure out how to use the time search param to...

@sivasamyk sorry I never actually saw this message. That is correct, this limits the search to only the last 3 days, so if you needed to search for logs older...

Take a look at what version of GroundDb your running. I had the same issue and found out that the default version being installed is 0.0.9 which has the old...

We tested it today, but the issue is still there.