| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Fri, 16 Jan 2026 21:23:29 GMT
X-Served-By: cache-dfw-kdal2120117-DFW, cache-bom-vanm7210065-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768598609.218881,VS0,VE285
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
hslogstash: A library to work with, or as, a logstash server
[Skip to Readme]
hslogstash: A library to work with, or as, a logstash server
This library contains a few modules that let you work with Logstash messages, read them from a Redis list, store them in or get them from Elasticsearch, and more.
[Skip to Readme]
Modules
[Index]
Downloads
- hslogstash-0.4.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.7.1, 0.4.2 |
|---|---|
| Change log | Changelog |
| Dependencies | aeson (>=0.8 && <0.11), attoparsec (>=0.12 && <0.14), base (>=4.6 && <5), blaze-builder, bytestring, conduit (>=1.1.7 && <1.3), conduit-extra (>=1.1.9.1 && <1.2), containers, data-default, hedis, http-client, http-conduit, http-types, iconv, lens (>=4.12 && <4.14), lens-aeson (>=1.0.0.5 && <1.1), network, parallel-io (>=0.3.3 && <0.4), resourcet, stm, stm-chans, stm-conduit, stm-firehose (>=0.3.0), text, text-format, time (>=1.5 && <1.6), transformers (>=0.3 && <0.5), unordered-containers, vector, wai [details] |
| License | BSD-3-Clause |
| Author | Simon Marechal |
| Maintainer | bartavelle@gmail.com |
| Uploaded | by SimonMarechal at 2015-09-26T07:31:24Z |
| Category | System, Logstash |
| Home page | https://github.com/bartavelle/hslogstash |
| Source repo | head: git clone git://github.com/bartavelle/hslogstash.git |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 11282 total (70 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2015-09-29 [all 2 reports] |
Readme for hslogstash-0.4.2
[back to package description]Hslogstash
This library is designed to let you work with logstash messages. It provides a LogstashMessage type, the instances that let you convert it from and to JSON, and some IO helpers.
It also includes several possibly useful functions for elasticsearch.