amazonka-elasticsearch-2.0: Amazon Elasticsearch Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElasticSearch.Types.LogType

Description

 
Synopsis

Documentation

newtype LogType Source #

Type of Log File, it can be one of the following:

  • INDEX_SLOW_LOGS: Index slow logs contain insert requests that took more time than configured index query log threshold to execute.
  • SEARCH_SLOW_LOGS: Search slow logs contain search queries that took more time than configured search query log threshold to execute.
  • ES_APPLICATION_LOGS: Elasticsearch application logs contain information about errors and warnings raised during the operation of the service and can be useful for troubleshooting.
  • AUDIT_LOGS: Audit logs contain records of user requests for access from the domain.

Constructors

LogType' 

Fields

Instances

Instances details
FromJSON LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

FromJSONKey LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

ToJSON LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

ToJSONKey LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

ToByteString LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

Methods

toBS :: LogType -> ByteString #

ToHeader LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

Methods

toHeader :: HeaderName -> LogType -> [Header] #

ToLog LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

ToQuery LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

FromText LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

ToText LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

Methods

toText :: LogType -> Text #

FromXML LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

ToXML LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

Methods

toXML :: LogType -> XML #

Generic LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

Associated Types

type Rep LogType :: Type -> Type #

Methods

from :: LogType -> Rep LogType x #

to :: Rep LogType x -> LogType #

Read LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

Show LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

NFData LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

Methods

rnf :: LogType -> () #

Eq LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

Methods

(==) :: LogType -> LogType -> Bool #

(/=) :: LogType -> LogType -> Bool #

Ord LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

Hashable LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

Methods

hashWithSalt :: Int -> LogType -> Int #

hash :: LogType -> Int #

type Rep LogType Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.LogType

type Rep LogType = D1 ('MetaData "LogType" "Amazonka.ElasticSearch.Types.LogType" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'True) (C1 ('MetaCons "LogType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLogType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))