21 Feb 2022 01:44 PM - last edited on 22 Feb 2022 08:28 AM by MaciejNeumann
Hello,
We trying to use "user Session export" with Elasticsearch 8 referring to User session export feature:
Solved! Go to Solution.
21 Feb 2022 06:17 PM
You could send the output through logstash, remove the field and then output to elasticsearch.
filter {
mutate {
remove_field => [ "_type" ]
}
}
11 Dec 2023 05:23 PM
Since I just got the same problem, I'll share an update for the solution that I found
As explained in the doc below, you just need to keep the field "Type of documents in the Elasticsearch index" in the setting empty. Elastic 8 will not reject it anymore
https://docs.dynatrace.com/docs/platform-modules/digital-experience/session-segmentation/export-sess...