graylog2-server icon indicating copy to clipboard operation
graylog2-server copied to clipboard

Handling large message/result set sizes in search

Open dennisoelkers opened this issue 4 years ago • 4 comments

When retrieving and displaying a large result set of messages (as in 150*n mb) during search, we need to make sure that:

  • We do not exceed the configured http client buffer size (resulting in entity content is too long [...] for the configured buffer limit [...] exceptions otherwise, where the default is 100Mb)
  • We do not overload the browser during rendering

Potential strategies could include:

  • Always retrieve truncated summaries for messages when fetching result sets for multiple messages
  • Retrieving complete messages only when showing message details and only on demand (when expanding a message)

dennisoelkers avatar Dec 10 '21 09:12 dennisoelkers

If we would ever want to enable the indexing and processing failure handling in Graylog Enterprise / Cloud by default, I think this issue would be a prerequisite.

boosty avatar Dec 10 '21 13:12 boosty

Following up on the status of this issue. @boosty @bernd

BBruce-Graylog avatar Feb 06 '23 14:02 BBruce-Graylog

Hi @BBruce-Graylog, this has been assigned to the Search Team, so I would ask @dennisoelkers to comment on this.

boosty avatar Feb 07 '23 09:02 boosty

@dennisoelkers Wanted to see if there was any update on this issue.

BBruce-Graylog avatar Feb 07 '23 14:02 BBruce-Graylog

@stefanthegerman, can you tell us how important this issue still is? We need help prioritizing it.

kmerz avatar Dec 15 '25 13:12 kmerz