Search All Via WebService Index Search
I currently have index search working via Web Service Calls (SearchExpressionHit report), but only when I pass in a filter.
Example
"/fullTextSrchCriteria/=/rob/"
I need to be able to return all record for a device with no criteria, Have tried the following with no luck.
"/fullTextSrchCriteria/=/All/"
"/fullTextSrchCriteria/=/ALL/"
"/fullTextSrchCriteria/=//"
Tried with "" for filter and it doesn't work either.
What needs to be passed in to return all records?

Hi there,
You can do a search all for a specific syslog device by searching for its IP address. That will return all log messages belong to the syslog device starting at the time you specified.
Hope that helps.
thx