Curator issue on ES 1.4.0.Beta1

Hi All:

I have elasticsearch-1.4.0.Beta1-1.noarch deployed on my system and while
using curator I get the following error

Traceback (most recent call last):

File "/usr/bin/curator", line 9, in

load_entry_point('elasticsearch-curator==1.1.2', 'console_scripts', 

'curator')()

File "/usr/lib/python2.6/site-packages/curator/curator.py", line 660, in
main

check_version(client)

File "/usr/lib/python2.6/site-packages/curator/curator.py", line 232, in
check_version

version_number = get_version(client)

File "/usr/lib/python2.6/site-packages/curator/curator.py", line 228, in
get_version

return tuple(map(int, version.split('.')))

ValueError: invalid literal for int() with base 10: 'Beta1'

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/254ccee5-adb9-448f-997a-83caabfb8fc2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Tanuj,

This has already come up
in Curator breaks on beta builds of elasticsearch · Issue #183 · elastic/curator · GitHub

A fix is already in
master: https://github.com/untergeek/expire-logs/commit/685016295be83f14d4cad6ab9577eb1461ad9621

On Friday, October 10, 2014 5:03:35 AM UTC-5, tanuj bansal wrote:

Hi All:

I have elasticsearch-1.4.0.Beta1-1.noarch deployed on my system and while
using curator I get the following error

Traceback (most recent call last):

File "/usr/bin/curator", line 9, in

load_entry_point('elasticsearch-curator==1.1.2', 'console_scripts', 

'curator')()

File "/usr/lib/python2.6/site-packages/curator/curator.py", line 660, in
main

check_version(client)

File "/usr/lib/python2.6/site-packages/curator/curator.py", line 232, in
check_version

version_number = get_version(client)

File "/usr/lib/python2.6/site-packages/curator/curator.py", line 228, in
get_version

return tuple(map(int, version.split('.')))

ValueError: invalid literal for int() with base 10: 'Beta1'

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/2a8d8465-f97a-4311-877a-c4729663f0ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.