Kibana version : 7.13
Elasticsearch version : 7.13
APM Server version : 7.13
APM Agent language and version : java 1.8
Fresh install or upgraded from other version? fresh install
Is there anything special in your setup? For example, are you using the Logstash or Kafka outputs? Are you using a load balancer in front of the APM Servers? Have you changed index pattern, generated custom templates, changed agent configuration etc. :-no
While i am importing a CSV file to elastic search using data visualizer ,I see that the imported data in discovery gets added to the root , Whn examining the json data structure its as below
{
"_index": "1",
"_type": "_doc",
"_id": "Opanx3oB_6DvhH3RZE2J",
"_version": 1,
"_score": 0,
"fields": {
"Brand Name": [
"{"regions": [{"region": 1},{"region": 2}]}"
],
"Brand": [
"Optical"
],
"Description": [
"efghkkdksadfkdfj"
],
"EndTime": [
"2021-01-01T01:00:00.000Z"
],
"App Name": [
"eye"
],
"StartTime": [
"2020-12-31T00:00:00.000Z"
],
"Fiscal Week": [
"FW01"
],
"Summary": [
"abc"
]
}
}
All the data gets added within a field tag. How can I introduce _source in this ? . SO that I can work further creating ingest pipelines. I believe _source is needed for ingest node?