Hi Tanuj, This has already come up in https://github.com/elasticsearch/curator/issues/183
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 <module> > > 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 [email protected]. 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.
