de.agilecoders.logger.log2es.core

elasticsearch

package elasticsearch

Visibility
  1. Public
  2. All

Type Members

  1. trait ESClient extends AnyRef

    elasticsearch client interface

  2. case class ESHttpClient(conf: Configuration) extends ESClient with Product with Serializable

  3. case class ESNoopClient(conf: Configuration) extends ESClient with Product with Serializable

  4. case class EventsBodyWriter(events: Seq[String], useGzip: Boolean = false) extends EntityWriter with Product with Serializable

  5. case class HttpResponse(response: com.ning.http.client.Response) extends Response with Product with Serializable

  6. trait Response extends AnyRef

    response abstraction

  7. case class StaticResponse(statusCode: Int, body: String = "") extends Response with Product with Serializable

Value Members

  1. object ESClient

    elasticsearch client factory

Ungrouped