I've been using Kibana 3 for event log review for about a year or so and it's worked out great. I can create different dashboards for different types of logs and provide end users (IT folks) with the dashboards they require.
In these dashboards I'll have a date histogram, pie charts, and lastly a table of all the documents within the query (the first 500 anyway). All of these in one page that the end users are very happy with.
I'm having trouble replicating that in our QA environment that leverages Kibana 4 Beta 3.
I can create dashboards that contain "Visualizations", this being the date histogram and the pie charts. I can even do some cool new things since it's based on aggregations.
However, I'm struggling with including a table of the documents within the dashboard. In Kibana 3 I'd add a "table" panel and select the fields I want to view. It appears this functionality has been replaced by the "Discover" page.
Is it possible to accomplish this in Kibana 4? Right now I have to switch between the Dashboard and Discover page to get what I need. Furthermore, if I click a slice of a pie chart, it creates a filter on the Dashboard page (all graphs are affected), but this doesn't translate to the Discover page so I'd have to create the filter manually. This is a bit counter intuitive and a bit of a separation from Kibana 3's usability for log review.
I'd wager I'm just missing something here. Hopefully that's the case and someone can help me see the obvious. Thanks!