Hey guys,
I have a ML job that is doing a distinct count of a field over another e.g.
"detector_description": "distinct_count(reply_CustomerId) over request_IPAddress",
"function": "distinct_count",
"field_name": "reply_CustomerId",
"over_field_name": "request_IPAddress"
I was wondering if it is possible to somehow retrieve the field_name values? I intend to use them in a watcher action.
I've had a look through your result resource documentation and the closest I can see is in the field_name
property.
I've also tried adding my field that I am doing the distinct_count over as an influencer to my ml job however, it appears to not include all of the population of reply_CustomerId
that the distinct count is performed on. Just a small handful or none.
We are currently on Version: 6.5.4
Any clues?
Thank you!