Internet website pages load raw backend data (usually via HTML, JSON, and/or XML) through browser network sockets/API and extend this raw data to make it both presentable (usually via CSS) and interactive (commonly through JavaScript). The Kibana website experience follows this model. All major browsers allow users to inspect a web page loading through their developer tools, … [Read more...] about Generating a browser HAR file for Kibana troubleshooting