katip-elasticsearch: ElasticSearch scribe for the Katip logging framework.

[ bsd3, data, library, logging, text ] [ Propose Tags ]

See README.md for more details.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
lib-werrorDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.1.0, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.4.1.0, 0.4.2.0, 0.5.0.0, 0.5.1.0, 0.5.1.1, 0.6.0.0, 0.7.0.0
Change log changelog.md
Dependencies aeson (>=0.6), async (>=2.0.1.0), base (>=4.6 && <5), bloodhound (>=0.13.0.0), bytestring, exceptions, http-client (>=0.3), http-types (>=0.8), katip (>=0.8.0.0), retry (>=0.7), safe-exceptions (>=0.1.0.0), scientific (>=0.3.0.0), semigroups, stm (>=2.4.3), stm-chans (>=3.0.0.2), text (>=0.11), time (>=1), transformers (>=0.2), unordered-containers (>=0.1.0.0), uuid (>=1.3.12) [details]
License BSD-3-Clause
Copyright Soostone Inc, 2015-2017
Author Ozgun Ataman, Michael Xavier
Maintainer michael.xavier@soostone.com
Category Data, Text, Logging
Home page https://github.com/Soostone/katip
Bug tracker https://github.com/Soostone/katip/issues
Source repo head: git clone https://github.com/Soostone/katip.git
Uploaded by MichaelXavier at 2020-10-15T21:46:28Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 11574 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-10-15 [all 1 reports]

Readme for katip-elasticsearch-0.7.0.0

[back to package description]

Katip Elasticsearch Build Status

katip-elasticsearch is a scribe for the Katip logging framework that sends structured logs to ElasticSearch.

Features

  • Built in bounded buffering.

  • Configurable pool of logging workers to help with high write volume.

  • Optional field type annotation to avoid mistyping values.

  • Optional automatic date sharding, so logs can be filed into monthly, weekly, daily, hourly, every minute indices. You can even specify your own index routing logic. This pattern can be seen in the ELK stack as a way of keeping indexes reasonably sized and easy to optimize, rotate, and manage.

  • Customizable retry policy for temporary outages and errors.

  • Automatic index and mapping setup.