A fun little library to programmatically create basic Graylog search URLs.
An example use case is chat alerts that link to logged events around failures.
Tested with Graylog v2.4.6 and v3.0.1. Not guaranteed to be compatible with other versions.
The package can be installed by adding graylog_search
to your list of dependencies in mix.exs
:
def deps do
[
{:graylog_search, "~> 1.0"}
]
end
See examples in the docs at https://hexdocs.pm/graylog_search and in the tests.