.har files into ELK stack

Has anyone had any success trending/visualizing .HAR (httparchive) files in Kibana? Har files seem to be in json format, hoping there is a shortcut there but just guessing. I am pretty new to to the ELK stack.

Curious if anyone had any attempts or successes before reinventing the wheel. My goal is to be able to index these files for regression to trend on specific requests.

Thanks in advance for any help!

1 Like

I tried to import .HAR files to Elasticsearch, and to visualize this in Kibana.
But objects in arrays are not supported.
with warning "Objects in arrays are not well supported.”

This will not be supported in Kibana 4...

I'm still searching for alternative solutions to visualize .har timing data with Kibana.