Not able to find curator yml elasticsearch-curator in linux

0 votes

Official site of elasticsearch says the default config file exists in /home/username/.curator/curator.yml

But I couldn’t find this folder. Also, I tried creating curator.yml and give path using --config option. But, it gives an error

curator --config ./curator.yml    
Error: no such option: --config

Installation was done using apt

sudo apt-get update && sudo apt-get install elasticsearch-curator

Someone help me create a config file…

Jul 20, 2018 in DevOps on Cloud by Hannah
• 18,570 points

recategorized Nov 12, 2018 by Priyaj 1,394 views

1 answer to this question.

0 votes

The documentation does not say that the default config file exists in /home/username/.curator/curator.yml

It says If --config and CONFIG.YML are not provided, Curator will look in ~/.curator/curator.yml for the configuration file.

The file must be created by the end user.

Also, if you installed via:

sudo apt-get update && sudo apt-get install elasticsearch-curator

but did not add the official Elastic repository for Curator, then you installed an older version. Please check which version you are running with:

$ curator --version
curator, version 5.4.1

If you do not see the current version then you do not have the appropriate repository installed.

answered Jul 20, 2018 by Kalgi
• 52,360 points

Related Questions In DevOps on Cloud

+4 votes
2 answers

unable to get subdomain of URL in NGINX

You just need to add .+ after ...READ MORE

answered Oct 11, 2018 in DevOps on Cloud by lina
• 8,220 points
4,433 views
+3 votes
2 answers
+2 votes
2 answers
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,458 views
+2 votes
1 answer
0 votes
1 answer
+2 votes
3 answers

can't make nginx try_files to work with default_index.html

Here's another convenient use of try_files, as ...READ MORE

answered Oct 18, 2018 in DevOps on Cloud by Hannah
• 18,570 points
4,494 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP