de.agilecoders.logger.log2es.core

Configuration

case class Configuration(defaultTimeout: Timeout = ..., incomingBufferSize: Int = 5000, outgoingBulkSize: Int = 1000, clientType: String = "http", indexName: String = "log2es", name: String = "log2es", host: String = "http://localhost:9200", hostName: String = "", serviceName: String = "", typeName: String = "logline", userAgent: String = "log2es", updateMapping: Boolean = true, gzip: Boolean = false, ttl: String = "90d", esConfigurationFile: String = "log2es/es_configuration.json", clusterName: String = "elasticsearch", fields: Seq[String] = ..., flushQueueTime: Duration = ..., actorSystemName: String = "log2es", typeNameUpdateInterval: Duration = ...) extends Product with Serializable

log2es configuration

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Configuration
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Configuration(defaultTimeout: Timeout = ..., incomingBufferSize: Int = 5000, outgoingBulkSize: Int = 1000, clientType: String = "http", indexName: String = "log2es", name: String = "log2es", host: String = "http://localhost:9200", hostName: String = "", serviceName: String = "", typeName: String = "logline", userAgent: String = "log2es", updateMapping: Boolean = true, gzip: Boolean = false, ttl: String = "90d", esConfigurationFile: String = "log2es/es_configuration.json", clusterName: String = "elasticsearch", fields: Seq[String] = ..., flushQueueTime: Duration = ..., actorSystemName: String = "log2es", typeNameUpdateInterval: Duration = ...)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val actorSystemName: String

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val clientType: String

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val clusterName: String

  11. val defaultTimeout: Timeout

  12. def dynamicTypeName: String

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. val esConfigurationFile: String

  15. val fields: Seq[String]

  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val flushQueueTime: Duration

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. val gzip: Boolean

  20. val host: String

  21. val hostName: String

  22. val incomingBufferSize: Int

  23. val indexName: String

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def isMDCEnabled: Boolean

  26. def isMessageEnabled: Boolean

  27. def isStacktraceEnabled: Boolean

  28. def isThreadEnabled: Boolean

  29. def isTimestampEnabled: Boolean

  30. val name: String

  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. def onTypeNameChanged(f: (String) ⇒ Unit): ArrayBuffer[(String) ⇒ Unit]

  35. val outgoingBulkSize: Int

  36. val serviceName: String

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. val ttl: String

  39. val typeName: String

  40. val typeNameUpdateInterval: Duration

  41. val updateMapping: Boolean

  42. def updateTypeName(): Unit

  43. val userAgent: String

  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped