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
graypy GelfUdpTransport This function uses the Graylog Python client library to send a search query to the Graylog server and return the search results. Graylog API call 2024-12-16 11:39:03 14 views
graypy UdpTransport This function uses the Graylog third-party library to send a search query to the Graylog server and simulates receiving search results. Function 2024-12-16 11:20:57 12 views