
Elasticsearch can be used as a smart load balancer for all traffic which will remove the requirement for a VIP and move the cluster to a mesh topology. All of the Kibana nodes will now run elasticsearch as cordonator. * Kibana will now connect to elasticsearch on localhost. * All of the beats have been setup to use use the new mesh topology. * jvm memory management has been updated to reflect the additional services. More on node assigments can be found here: * https://www.elastic.co/guide/en/elasticsearch/reference/6.2/modules-node.html#modules-node * The readme has been updated to reflect these changes. Change-Id: I769e0251072f5dbde56fcce7753236d37d5c3b19 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
30 lines
1.0 KiB
YAML
30 lines
1.0 KiB
YAML
---
|
|
# Copyright 2018, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
- import_playbook: installElastic.yml
|
|
- import_playbook: installCurator.yml
|
|
- import_playbook: installLogstash.yml
|
|
- import_playbook: installKibana.yml
|
|
- import_playbook: installAPMserver.yml
|
|
|
|
- import_playbook: createElasticIndexes.yml
|
|
|
|
- import_playbook: installMetricbeat.yml
|
|
- import_playbook: installPacketbeat.yml
|
|
- import_playbook: installAuditbeat.yml
|
|
- import_playbook: installHeartbeat.yml
|
|
- import_playbook: installFilebeat.yml
|
|
- import_playbook: installJournalbeat.yml
|