Hi,
I am trying to take the results of a search that returns 1000 machines and search for them in an index. Not sure what the best way to accomplish this is...
I was attempting to create tokens with 100 machines in each (MACHINE="A" OR MACHINE="B" OR MACHINE="C") and put them in a macro - $token1$ $token2$ $token3$ ... etc. which would result in 1000 machines listed in the format above to search against an index - index="A" ( macro ). Is there a better way to create a list from a search and drop it into a macro? Right now the limitation I am running into is the amount of characters in a eval field.
Thanks.
... View more