Hi,
I have a data with following field name and values:
<Metric_1> <Metric_2> <Metric_3> <Server_Name>
1-01-2017 10 20 30 Sever_1
2-01-2017 50 60 70 Server_2
.
.
etc.
In the mapping I declare "Server_Name" field as 'Keyword' to use it as a "Split Data" and "Key Field" value.
I read in the documentation that the detector values can also be used as influencer value. In that case, I would like to use "Metric_1" value as an influencer here. I have it assigned to "long" data type. Here, I want to know how to use this detector value as an influencer value. Can a value with integer values be used as an influencer? Could you help me with this?
Thank you.