Could someone please show the difference between nomv and mvcombine with some examples? What I have seen is that both work exactly the same way and delim parameter in mvcombine doesn't work as e...
Is it possible to use the commands like makemv or nomv in data models? I am using regular expressions while building the datamodel for extracting some of the fields. One of the fields is a comma s...
...ll the subelements as multivalue.
With nomv, I'm able to convert mvfields into singlevalue, but the content contains all the values...
What I want, is having only the first value from the mvfields....
I have an mvfield like contract="C53124 C53124 C67943" and I want to end up with unique values like contract="C53124 C67943".
The field is the result of a lookup table matching multiple contracts...
Is it possible to combine multiple rows into one row ?
COLUMN
frow1
frow2
frow3
to something like
COLUMN
frow1,frow2,frow3
Mvcombine combined all the rows to one row but they are ...
I'm trying to add the hostnames that result from a search to the email subject of an alert but currently I'm only able to have 1 hostname in the subject when I use $result.host$. For example if the s...
I'm trying to replicate other threads that show how to replace line breaks with delimiters. This search is not working.
| ldapsearch domain=ED search="(&(objectClass=eduPerson)(weillCornellE...
Hello everyone, There is my search : my_severity=error my_app="name" earliest=-48h latest=-24h | stats count as nb_yesterday by my_method limit=0 | appendcols[search my_severity=err...