katip-elasticsearch 0.1.1.0 → 0.2.0.0
raw patch · 2 files changed
+22/−3 lines, 2 filesdep ~katipPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: katip
API changes (from Hackage documentation)
Files
- changelog.md +18/−0
- katip-elasticsearch.cabal +4/−3
changelog.md view
@@ -1,3 +1,21 @@+0.2.0.0+==============++* Default index sharding policy to daily. Previously it was no+ sharding. The reasoning here is that no sharding creates very large+ indices which become very difficult to manage in+ production. Rotating data out on a time basis is very slow compared+ to deleting date-based indices.++ Upgrade note: if you were using the defaults before and switch to+ daily, rather than having the index name of `my-index`, you'll start+ seeing `my-index-2016-3-14`. The good news is that whatever you're+ using to use to search against your logs (such as kibana) will+ support index patterns, so just use the pattern of `my-index*` to+ get everything. Eventually if you have a retention period, you can+ manually delete the `my-index` index without disruption.++ 0.1.1.0 ==============
katip-elasticsearch.cabal view
@@ -1,10 +1,10 @@ name: katip-elasticsearch synopsis: ElasticSearch scribe for the Katip logging framework. description: See README.md for more details.-version: 0.1.1.0+version: 0.2.0.0 license: BSD3 license-file: LICENSE-author: Ozgun Ataman+author: Ozgun Ataman, Michael Xavier maintainer: ozgun.ataman@soostone.com copyright: Soostone Inc, 2015-2016 category: Data@@ -15,6 +15,7 @@ changelog.md bench/Main.hs test/Main.hs+tested-with: GHC == 7.8.4, GHC== 7.10.3 flag lib-Werror default: False@@ -26,7 +27,7 @@ Katip.Scribes.ElasticSearch.Annotations build-depends: base >=4.6 && <5- , katip >= 0.1.0.0 && < 0.2+ , katip >= 0.2.0.0 && < 0.3 , bloodhound >= 0.11.0.0 && < 0.12 , random >= 1.0 && < 1.2 , uuid >= 1.3 && < 1.4