Kibana version : 7.6
Elasticsearch version : 7.6
APM Server version : 7.3.2
APM Agent language and version : java 1.9.0
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
Description of the problem including expected versus actual behavior. Please include screenshots (if relevant) :
I want to link external data to elastic search . That means fetch the data from an external datasource to elasticsearch. I found the below link. Is this the right approach?
https://www.elastic.co/guide/en/logstash/current/lookup-enrichment.html#jdbc-stream-def
So if we have target => "country_details" ,can we directly search for country_details in Kibana so that I can map them directly?.