Skip to content

Commit

Permalink
Add more info for each option under setup.template.settings (elastic#…
Browse files Browse the repository at this point in the history
…4792)

* Add more info for each option under setup.template.settings

* Fix link
  • Loading branch information
monicasarbu authored and tsg committed Jul 31, 2017
1 parent 231dc54 commit 5dec511
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 21 deletions.
15 changes: 12 additions & 3 deletions auditbeat/auditbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,18 @@ output.elasticsearch:

# Elasticsearch template settings
setup.template.settings:
index.number_of_shards: 1
index.codec: best_compression
#_source.enabled: false

# A dictionary of settings to place into the settings.index dictionary
# of the Elasticsearch template. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
#index:
#number_of_shards: 1
#codec: best_compression

# A dictionary of settings for the _source field. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html
#_source:
#enabled: false

#============================== Kibana =====================================

Expand Down
15 changes: 12 additions & 3 deletions filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1078,9 +1078,18 @@ output.elasticsearch:

# Elasticsearch template settings
setup.template.settings:
index.number_of_shards: 1
index.codec: best_compression
#_source.enabled: false

# A dictionary of settings to place into the settings.index dictionary
# of the Elasticsearch template. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
#index:
#number_of_shards: 1
#codec: best_compression

# A dictionary of settings for the _source field. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html
#_source:
#enabled: false

#============================== Kibana =====================================

Expand Down
15 changes: 12 additions & 3 deletions heartbeat/heartbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -836,9 +836,18 @@ output.elasticsearch:

# Elasticsearch template settings
setup.template.settings:
index.number_of_shards: 1
index.codec: best_compression
#_source.enabled: false

# A dictionary of settings to place into the settings.index dictionary
# of the Elasticsearch template. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
#index:
#number_of_shards: 1
#codec: best_compression

# A dictionary of settings for the _source field. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html
#_source:
#enabled: false

#============================== Kibana =====================================

Expand Down
15 changes: 12 additions & 3 deletions libbeat/_meta/config.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,18 @@ output.elasticsearch:

# Elasticsearch template settings
setup.template.settings:
index.number_of_shards: 1
index.codec: best_compression
#_source.enabled: false

# A dictionary of settings to place into the settings.index dictionary
# of the Elasticsearch template. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
#index:
#number_of_shards: 1
#codec: best_compression

# A dictionary of settings for the _source field. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html
#_source:
#enabled: false

#============================== Kibana =====================================

Expand Down
15 changes: 12 additions & 3 deletions metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1045,9 +1045,18 @@ output.elasticsearch:

# Elasticsearch template settings
setup.template.settings:
index.number_of_shards: 1
index.codec: best_compression
#_source.enabled: false

# A dictionary of settings to place into the settings.index dictionary
# of the Elasticsearch template. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
#index:
#number_of_shards: 1
#codec: best_compression

# A dictionary of settings for the _source field. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html
#_source:
#enabled: false

#============================== Kibana =====================================

Expand Down
15 changes: 12 additions & 3 deletions packetbeat/packetbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1074,9 +1074,18 @@ output.elasticsearch:

# Elasticsearch template settings
setup.template.settings:
index.number_of_shards: 1
index.codec: best_compression
#_source.enabled: false

# A dictionary of settings to place into the settings.index dictionary
# of the Elasticsearch template. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
#index:
#number_of_shards: 1
#codec: best_compression

# A dictionary of settings for the _source field. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html
#_source:
#enabled: false

#============================== Kibana =====================================

Expand Down
15 changes: 12 additions & 3 deletions winlogbeat/winlogbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -651,9 +651,18 @@ output.elasticsearch:

# Elasticsearch template settings
setup.template.settings:
index.number_of_shards: 1
index.codec: best_compression
#_source.enabled: false

# A dictionary of settings to place into the settings.index dictionary
# of the Elasticsearch template. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html
#index:
#number_of_shards: 1
#codec: best_compression

# A dictionary of settings for the _source field. For more details, please check
# https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html
#_source:
#enabled: false

#============================== Kibana =====================================

Expand Down

0 comments on commit 5dec511

Please sign in to comment.