It's certainly still on our list, but the majority of our focus is on Marvel 2.x , tbh. I do think we're close, but I wouldn't wait to deploy your ES instances because of it.
Is there a reason that you're deploying ES 1.7 instead of 2.1?
I had to add some custom code to Kibana 4.1(at that time) to meet some of my requirements and as Kibana 4.1 is not compatible with ES 2.1 , I'm stuck with ES 1.7 until I can port all of the changes into Kibana 4.2 - but as its an all or nothing kind of approach we'll rather stick with what works until we have more compelling reasons to switch.
I was able to get a free basic license to Marvell, but I'm not sure how to install it on ES 1.7. Any help would be appreciated. I get the following error when I try to list available licenses:
curl localhost:9200/_licenses?pretty
{
"error" : "ElasticsearchIllegalArgumentException[No feature for name [_licenses]]",
"status" : 400
}
I registered and download the license json file. Could you please guide me how to install/upgrade the basic version using Sense plugin or windows command line
I got following response while acknowledging the license update as you
suggested through SENSE.
{
"acknowledged": false,
"license_status": "valid",
"acknowledge": {
"message": "This license update requires acknowledgement. To
acknowledge the license, please read the following messages and update the
license again, this time with the "acknowledge=true" parameter:",
"marvel": [
"basic",
"Automatic index cleanup is locked to 7 days for clusters with
[{}] license.basic"
]
}
}
I understood from internet that we need to acknowledge the license update
by request again with following command in cURL.
curl -XPUT 'http://host:port/_license&acknowledge=true' -d @mylicense.json?
So, Could you please help me to find the equivalent syntax to acknowledge
the license in SENSE ?
I am not getting proper references for SENSE in google.
Will importing the new license work for Marvel 1.x ? For some reason I'm still hanging around with ES 1.7, so till I'm not able to migrate my cluster to higher version it would be really awesome if I can use Marvel 1.x for free under the same license as the higher versions of Marvel.
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.