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

Safe HaskellNone
LanguageHaskell2010

Log.Backend.ElasticSearch.V5.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

Instances
Eq ElasticSearchConfig Source # 
Instance details

Defined in Log.Backend.ElasticSearch.V5.Internal

Show ElasticSearchConfig Source # 
Instance details

Defined in Log.Backend.ElasticSearch.V5.Internal

Generic ElasticSearchConfig Source # 
Instance details

Defined in Log.Backend.ElasticSearch.V5.Internal

Associated Types

type Rep ElasticSearchConfig :: Type -> Type #

type Rep ElasticSearchConfig Source # 
Instance details

Defined in Log.Backend.ElasticSearch.V5.Internal

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