name: ekg-elasticsearch version: 0.4.0.0 synopsis: Push metrics to elasticsearch description: This library lets you push system metrics to a elasticsearch server. homepage: https://github.com/cdodev/ekg-elasticsearch bug-reports: https://github.com/cdodev/ekg-elasticsearch/issues license: BSD3 license-file: LICENSE author: Ben Ford maintainer: ben@perurbis.com category: System build-type: Simple extra-source-files: CHANGES.md cabal-version: >=1.10 library exposed-modules: System.Remote.Monitoring.ElasticSearch System.Metrics.Json build-depends: base >= 4.5 && < 4.11 , bytestring < 1.0 , data-default-class , ekg-core >= 0.1 && < 1.0 , aeson >= 1.0 , hostname >= 1.0 , http-client >= 0.5 , lens >= 4.15.1 , req >= 1.0 , text < 1.3 , time < 1.9 , unordered-containers < 0.3 default-language: Haskell2010 ghc-options: -Wall source-repository head type: git location: https://github.com/cdodev/ekg-elasticsearch.git