Hi, Am Dienstag, 14. Oktober 2014 16:29:47 UTC+2 schrieb Mave Zero: > > When I do > request: > http://{graylog2ip}:12900/search/universal/keyword?query=cluster%3Abugatti&keyword=1%20week%20ago > […] > But 150 is not enough, how can I change query to have more that 150? This > one even shows there was 317 results but it only gives back 150. >
You can use the limit query parameter to return more than 150 results (which is the default). The example request with a limit of 500 results would look like this: http://{graylog2ip}:12900/search/universal/keyword?query=cluster%3Abugatti&keyword=1%20week%20ago&limit=500 Cheers, Jochen -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
