graylog2_gelf This function searches for log entries in a Graylog server based on a given query, time range, and returns the results. Function 2024-12-16 12:02:20 3 views
graylog2_gelf This function uses the GelfClient from the graylog2_gelf library to search for logs based on a specific query and date range. Function 2024-12-16 11:50:02 8 views
Python graylog2_gelf This function uses the GELF (Graylog Extended Log Format) library from the Graylog third-party library to generate a log event. The event includes parameters such as message, source, facility, and severity, and converts the event to a JSON-formatted string. Function 2024-12-16 11:26:54 4 views
graylog2_gelf This function uses the GelfClient library from the graylog2_gelf package to send a search query to a Graylog server and returns the search results. Function 2024-12-07 16:28:11 5 views
graylog2.gelf graylog2.client This function creates a Gelf message object and sends it to a Graylog server. It takes a message and a list of tags as inputs. Python Function 2024-12-07 16:18:12 13 views
graylog2_gelf This function creates a GELF message and sends it to the specified output stream. GELF (GELF Message Format) is a lightweight format for sending log messages, commonly used in log management systems like Graylog. Python Function 2024-12-07 16:14:02 3 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
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
graylog2_gelf json This function takes a Graylog event dictionary, formats it as a JSON string, and encodes it using GelfEncoder. Function 2024-11-30 16:21:05 5 views
graylog2.gelf json This function takes a message and an optional list of tags, creates a GELF message object, and outputs it as a JSON formatted string. Function 2024-11-30 15:59:10 9 views