Re: Error when building Ambari

2017-07-14 Thread Nick Allen
It looks like this is the second time through maybe? The simplest way would be just to start fresh. cd metron-deployment/vagrant/full-dev-environment vagrant destroy vagrant up On Fri, Jul 14, 2017 at 9:22 AM, Naveen Narayanasamy < naveennarayanas...@cmail.carleton.ca> wrote: > Hello all, >

Error when building Ambari

2017-07-14 Thread Naveen Narayanasamy
Hello all, I'm trying to install metron on Mac OS and I'm getting the following error while building.Any help will be appreciated. TASK [ambari_master : Setup ambari server] * fatal: [node1]: FAILED! => {"changed": false, "cmd": "ambari-server setup -s &&

Re: How to change Elasticsearch indexing policy

2017-07-14 Thread Simon Elliston Ball
You could change the index data format. One word of caution here though; the last time I saw this done it caused huge problems with locking on ingest against people running queries on the current day’s data and tended to knock recent relevant indexes out of disk cache at the OS level. It might

How to change Elasticsearch indexing policy

2017-07-14 Thread Ali Nazemian
Hi, I am investigating different tuning aspects, and I was wondering how I can change the policy of Elasticsearch indexing. Currently, as a default behaviour, events are stored in separate indices hourly. How can I change this behaviour? Is this a hard-coded design or I can change it through