Search All Via WebService Index Search

gsi
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?

0
Your rating: None



jzhen
  • jzhen's picture

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