graypy This function randomly selects and returns a GELF (Graylog Extended Log Format) handler from the Graylog third-party library. GELF is a binary log format optimized for log transmission and storage. The function uses `random.choice` to randomly select between GELFHandler and GelfUdpHandler, then creates an instance of the corresponding handler based on the choice. The type of code 2024-12-16 12:17:37 22 views
graypy json This function uses the graypy library from the Graylog third-party library to send events to the Graylog server. It takes a message and a source as parameters, then formats these informations into JSON format and sends them to the Graylog server via a Socket connection. Function 2024-12-16 12:16:29 21 views
graypy This function creates a GELF (Gelf) handler for sending logs to a Graylog server. GELF is a lightweight logging format commonly used for remote log management. The type of code 2024-12-16 12:15:15 18 views
graypy logging This function simulates querying Graylog for messages that match a specific query on a given stream. Function 2024-12-16 12:13:21 14 views
Python Graypy This function is used to process information and send it to Graylog, with specified source and priority. Python Function 2024-12-16 12:12:50 19 views
graypy json This function parses a Graylog event message and extracts relevant information, returning a dictionary containing the parsed information. Function 2024-12-16 12:12:48 19 views
graypy GELFHandler This function uses the Graylog third-party library to send a query to the Graylog server and returns a placeholder indicating that the query has been sent. Function 2024-12-16 12:11:50 20 views
graypy logging This function uses the Graylog third-party library to generate a log message and send it to the Graylog server. It also logs the message to a local log file. Function 2024-12-16 12:09:23 18 views
graypy GELFHandler This function sends a log message to a Graylog server using the GELF protocol, while filtering by a specified field and value. Log 2024-12-16 12:06:18 19 views
graypy JSONFormatter This function creates a custom Graylog event and sends it to the specified Graylog server using the UDP protocol. It uses a JSON formatter and generates random event data. Graylog GELF UDP Handler 2024-12-16 12:05:22 7 views