Hi Magnus,
We are planning to use Distributed computing framework like Spark to work on top of ES.
If we store whole xml data as text in ES, and parse it, it would be double work.
Splunk has a feature to work on top of xmls. If you specify a breaking String or Xpath, it will break the data repeatedly there and provides you events. To above xml, we will get list of <Record>
nodes.
Does ES have any such solution.? Lets say if i specify as line breaker, can it give all the events of file by breaking by that string while search.