Hi,
I have a dropdown input populated with this search:
index=apache_nifi "info.eventSource"="QDH" | sort 0 headers.ispwebServiceHeader.requestInfo.serviceID | fields headers.ispwebServiceHeader.requestInfo.serviceID | dedup headers.ispwebServiceHeader.requestInfo.serviceID
and with these configurations:
Field For Label: headers.ispwebServiceHeader.requestInfo.serviceID
Field For Value: headers.ispwebServiceHeader.requestInfo.serviceID
But, I always get this error:
"Duplicate values causing conflict"
Also, if values are really unique (I tested the query in a separate search).
I tried with other Answers but with no positive results.
Any ideas?
Thanks a lot.
... View more