Graylog2/graylog2-server

Util to simplify execution of basic pivot search

Open

#20,964 opened on 2024年11月15日

GitHub で見る
 (7 comments) (0 reactions) (0 assignees)Java (6,945 stars) (1,032 forks)batch import
featuregood first issueimprovementtriaged

説明

What?

Create a utility service that simplifies execution of basic pivot searches in the backend. It would accept the variable parts of the search (query, pivot field name) and handle the details of building the search, extracting the values from the result rows, and handling errors.

Why?

  • When coding a search for the first time, it is difficult to know which classes to use and how
  • There are multiple instances of these searches in the code base. They are very similar to each other: EventDefinitionAggregator InputDiagnosticService EventAssetRiskAggregator

Your Environment

  • Graylog Version: 6.2

コントリビューターガイド

Util to simplify execution of basic pivot search · Graylog2/graylog2-server#20964 | Good First Issue