graypy GELFMessage This function uses the Graylog third-party library to query log entries from specified indices. Function 2024-12-16 11:53:19 4 views
Graypy GELFHandler This code randomly selects and configures a Graylog logger handler, formatter, and transport. The code first randomly selects one from the possible handler types, then selects a formatter and transport for the handler. Finally, the code configures the handler to use the selected formatter and transport. The type of code 2024-12-16 11:48:44 12 views
graylog2 GelfMessage This function is used to send log messages to the Graylog log management system. It first creates a GelfMessage object and then sends the message using the Graylog API client. Function 2024-12-16 11:40:48 4 views
graylog2 graypy This function generates a random GELF event and sends it to a specified Graylog server. It uses the GelfMessage and TCPTransport classes from Graylog to create and send the event. Function 2024-12-16 11:36:49 15 views
graylog2 GELFMessage This function uses the Graylog third-party library to search for log messages in a specified index. Function 2024-12-16 11:34:47 13 views
graylog2 GELFMessage This function sends a GELF formatted query message to Graylog. It takes an index and a query string as parameters, creates a GELF message, and sends it to the Graylog server via UDP transport. Function 2024-12-07 16:12:43 3 views
Graylog third-party This function uses the Graylog third-party library to send a GELF message to a specified stream. The message content is a query statement. Function 2024-12-07 15:52:10 4 views
graylog2_gelf json This function uses the GelfMessage class from the graylog2_gelf package to create a GELF (Graylog Extended Log Format) compliant log message. It accepts a base message and an optional dictionary of fields, and then serializes the message into JSON format. Function 2024-12-07 15:52:00 6 views
graypy GELFMessage This function generates and sends a random event to a Graylog server using the GELF (Graylog Extended Log Format) protocol. It takes a source ID and a message content as parameters and randomly selects a log level. Function 2024-12-07 15:51:11 3 views
Graylog2 GELF This function uses the GELF protocol of Graylog to send log messages. It creates a GELF message, sets the message content and timestamp, and then sends the message to the specified Graylog server through a GELF client. Function 2024-12-07 15:38:50 18 views