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,520 points

recategorized Nov 12, 2018 by Priyaj 1,713 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,350 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,880 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
4,034 views
+2 votes
1 answer
0 votes
1 answer

How to use specific node version for yarn setup in AWS deployment?

You should be able to set your ...READ MORE

answered Jul 20, 2018 in DevOps on Cloud by Kalgi
• 52,350 points
1,011 views
+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,520 points
5,241 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