Logger.Backend.Humio.IngestApi behaviour (logger_humio_backend v0.2.3) View Source

Defines the contract for implementing a Humio Ingest API, such as humio-structured, humio-unstructured, HEC, etc.

Link to this section Summary

Link to this section Types

Specs

result() :: {:ok, Logger.Backend.Humio.Client.response()} | {:error, any()}

Link to this section Functions

Link to this function

format_message(map1, map2)

View Source
Link to this function

generate_headers(token, content_type)

View Source

Link to this section Callbacks