Hello, I've encountered a rather simple scenario that I don't know how to solve with Kibana. Our current deployment receives logs from all machines in the network, and our goal is to switch to Kibana as a way of debugging all kinds of issues from one place, instead of having to jump from one machine to another following an error.
The problem we've found is that we don't know how to export the 'surrounding documents' and whether it's possible to create a visualization using those documents. What I've tried before is to use the surrounding documents to find out the span in which the event happened, and then make a simpler search (perhaps only the hostname involved) within that timeframe and then export them or create a visualization with them. But still, it feels like taking extra steps, is there a way to do any of that directly from the surrounding documents view?
Thanks in advance.