Skip to content

Commit

Permalink
[APM] Fixes elastic#24204 by adding default configs to kibana.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ogupte committed Dec 5, 2018
1 parent 83325bf commit 84be656
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,25 @@

# Specifies locale to be used for all localizable strings, dates and number formats.
#i18n.locale: "en"

# Set to false to disabled the APM plugin Kibana. Defaults to true.
#xpack.apm.enabled: true

# Set to false to hide the APM plugin Kibana from the menu. Defaults to true.
#xpack.apm.ui.enabled: true

# Index pattern is used for integrations with Machine Learning and Kuery Bar.
# It must match all apm indices. Defaults to apm-*.
#apm_oss.indexPattern: "apm-*"

# Matcher for indices containing error documents. Defaults to apm-*.
#apm_oss.errorIndices: "apm-*"
#
# Matcher for indices containing onboarding documents. Defaults to apm-*.
#apm_oss.onboardingIndices: "apm-*"

# Matcher for indices containing span documents. Defaults to apm-*.
#apm_oss.spanIndices: "apm-*"

# Matcher for indices containing transaction documents. Defaults to apm-*.
#apm_oss.transactionIndices: "apm-*"

0 comments on commit 84be656

Please sign in to comment.