Hi all,
I'm having a little look at Elasticsearch and Kibana, it looks pretty awesome.
I essentially want to throw NUnit3 test result xml files to elasticsearch and visualise them in Kibana by varying criteria (test time, name, pass/ fail etc).
Would I have to convert the XML to Json and insert indexing into the file somehow (?) in order search and visualise on the data?
My knowledge is limited as I am coming to this very new but would like to understand how feasible this is before jumping in
Many thanks