Hey there,

we are using Google App Engine to host our SaaS app. Google offers a nice 
log browser but it is way too sloooow. So one of my colleagues suggested we 
pipe our logs to logstash and make them accessible via Kibana. So far so 
good, we managed to set everything up.

But when Kibana was shown to the other team members they weren't really 
excited. It was much faster, yes. It allowed to make better queries, yes. 
BUT it broke the pattern they knew from the Google App Engine log browser:

    /some-request
        log message 1
        log message 2
    /another-request
        log message 3
    /yet-another-request
        log message 4

While Kibana works like this:

    log message 1    /some-request
    log message 2    /some-request
    log message 3    /another-request
    log message 4    /yet-another-request

So basically App Engine groups log messages by request. To get my team on 
board, can we make Kibana do the same?

Stephan

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" 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/elasticsearch/aacdaf38-c614-4dbc-b4d8-a81b832dbc31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to