a192fb3129
Templates for the beat config files have been updated to allow more configuration options to be passed through to the associated Elasticsearch index templates. In particular, one can optionally specify values of index_template_max_docvalue_search to be set at the creation of the beat index template. This can prevent shard failure errors when viewing output in Kibana relating to "Trying to retrieve too many docvalue_fields". Any similar config options can in future be passed into the template via the elastic_beat_settings object. Change-Id: Ic9136c8e063bbd231ed280bb446661b251879407
37 lines
1.4 KiB
YAML
37 lines
1.4 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.
|
|
|
|
# This interface is used to determine cluster recovery speed.
|
|
elastic_data_interface: "{{ ansible_default_ipv4['alias'] }}"
|
|
|
|
# A list of interfaces/ports of the elasticsearch data nodes
|
|
# to override the default of ansible_host:elastic_port
|
|
# for each node
|
|
# elasticsearch_data_node_socket_addresses: []
|
|
|
|
# A list of interfaces/ports of the logstash data nodes
|
|
# to override the default of ansible_host:logstash_beat_input_port
|
|
# for each node
|
|
# logstash_data_node_socket_addresses: []
|
|
|
|
# A list of interfaces/ports of the elasticsearch coordinator nodes
|
|
# to override the default of ansible_host:logstash_beat_input_port
|
|
# for each node, or to provide different coordinators when necessary
|
|
# elasticsearch_coordination_node_socket_addresses: []
|
|
|
|
## Elasticsearch index template settings
|
|
# Set the default max number of fields used in a query
|
|
# elastic_max_docvalue_fields_search: "100"
|