We have couple of siebel instances and we want to monitor their urls. The YML i use looks like this. How ever i could only see Kibana url in elastic search. Am i missing anything ?
I notice that you are trying to include the "name" field.
I tried the same, but discovered that what actually happens is the "type" is mutated with the value you define for "name".
See that I defined the "name" field to Main_Website?
Well, when the heartbeat data arrives in Elasticsearch the "type" field has been mutated automatically from "http" to "Main_Website".
So basically, it isn't a good idea to use "name" as a URL description. Instead you'll have to do some Logstash groking to get what you want.
EDIT: Libbeat processors will not apply in this instance. Probably need to submit a feature request to define a URL description somewhere in the http monitor.
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.