log-elasticsearch-0.9.0.0: Structured logging solution (Elasticsearch back end)

Safe HaskellNone
LanguageHaskell2010

Log.Backend.ElasticSearch.V1.Internal

Synopsis

Documentation

data ElasticSearchConfig Source #

Configuration for the Elasticsearch Logger. See https://www.elastic.co/guide/en/elasticsearch/reference/current/glossary.html for the explanation of terms.

Constructors

ElasticSearchConfig 

Fields

newtype EsUsername :: * #

Username type used for HTTP Basic authentication. See basicAuthHook.

Constructors

EsUsername 

Fields

newtype EsPassword :: * #

Password type used for HTTP Basic authentication. See basicAuthHook.

Constructors

EsPassword 

Fields