I am getting some error while running curator snapshot command.
curator version: 3.0.3
ES version: 1.0.1
Following is how my command looks:
curator --port 9201 snapshot --repository test_repo indices --newer-than
1 --time-unit days --index 'logstash-2015.05.02' --timestring %Y.%m.%d
Following is the error:
2015-05-05 15:34:10,627 WARNING Overriding default connection timeout.
New timeo ut: 21600
2015-05-05 15:34:11,052 ERROR Could not extract a timestamp matching
2014.00.28 from timestring %Y.%m.%d
Somewhere I read curator 3 does not support 1.0.1. Can anyone please
confirm?
If it does not support, then what is the solution?
I am getting some error while running curator snapshot command.
curator version: 3.0.3
ES version: 1.0.1
Following is how my command looks:
curator --port 9201 snapshot --repository test_repo indices
--newer-than 1 --time-unit days --index 'logstash-2015.05.02' --timestring
%Y.%m.%d
Following is the error:
2015-05-05 15:34:10,627 WARNING Overriding default connection timeout.
New timeo ut: 21600
2015-05-05 15:34:11,052 ERROR Could not extract a timestamp matching
2014.00.28 from timestring %Y.%m.%d
Somewhere I read curator 3 does not support 1.0.1. Can anyone please
confirm?
If it does not support, then what is the solution?
I am getting some error while running curator snapshot command.
curator version: 3.0.3
ES version: 1.0.1
Following is how my command looks:
curator --port 9201 snapshot --repository test_repo indices
--newer-than 1 --time-unit days --index 'logstash-2015.05.02' --timestring
%Y.%m.%d
Following is the error:
2015-05-05 15:34:10,627 WARNING Overriding default connection timeout.
New timeo ut: 21600
2015-05-05 15:34:11,052 ERROR Could not extract a timestamp matching
2014.00.28 from timestring %Y.%m.%d
Somewhere I read curator 3 does not support 1.0.1. Can anyone please
confirm?
If it does not support, then what is the solution?
That is what I am not getting.
Why is it showing 2014.00.28?
There is no such index present inÂ
my ES setup which has dateÂ
2014.00.28..
Looking at the code I suspect you have a snapshot or an index with that
name. The exception happens in timestamp_check[0] which is only called
from apply_filter[1]. apply_filter is, in turn, called from [2] and [3].
Upping the loglevel to 'debug' will cause the list being filtered to be
logged.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.