Hi, we've an integration with apm rum js agent and are tracking metrics with User Experience dashboard. But it seems the data for browser, location, is not getting populated. Not sure what we're missing here.
We do see other metrics such as page load times, errors but these details don't seem to populate. In the server yaml file we have used the default flag for capture_personal_data.
I would start by making sure the required data is where it needs to be. Can you check if the field client.ip is set for documents that are being ingested in apm-* indices? It should look something like this:
If client.ip is set, I'd recommend checking the setup for APM ingest pipeline, making sure that traces-apm.rum-<version> contains the following processor and that no custom pipeline is overriding it:
Also we're not directly ingesting data in elasticsearch, we first do it in kibana and then in elasticsearch is this the reason the default pipeline are not working?
output.elasticsearch is set to false to facilitate the same.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.