forked from elastic/curator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
32 lines (29 loc) · 1.31 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
0.5.2 (26 Jan 2014)
# General
- Fix boolean logic determining hours or days for time selection (untergeek)
0.5.1 (20 Jan 2014)
# General
- Fix can_bloom to compare numbers (HonzaKral)
- Switched find_expired_indices to use datetimes and timedeltas
- Do not try and catch unrecoverable exceptions. (HonzaKral)
- Future proofing the use of the elasticsearch client (i.e. work with version
1.0+ of Elasticsearch) (HonzaKral)
Needs more testing, but should work.
- Add tests for these scenarios (HonzaKral)
0.5.0 (17 Jan 2014)
# General
- Deprecated logstash_index_cleaner.py
Use new 'curator.py' instead (untergeek)
- new script change: 'curator.py' (untergeek)
- new add index optimization (Lucene forceMerge) to reduce segments
and therefore memory usage. (untergeek)
- update refactor of args and several functions to streamline operation
and make it more readable (untergeek)
- update refactor further to clean up and allow immediate (and future)
portability (HonzaKral)
0.4.0
# General
- First version logged in CHANGELOG
- new --disable-bloom-days feature requires 0.90.9+
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-codec.html#bloom-postings
This can save a lot of heap space on cold indexes (i.e. not actively indexing documents)