Commit graph

23 commits

Author SHA1 Message Date
Oliver Gupte 25b73fb95a
[APM] Adds new configuration 'xpack.apm.maxServiceEnvironments' (#82090) (#82903)
* Closes #77695.
Adds new configuration 'xpack.apm.ui.maxServiceEnvironments' to set the
max number of service environments visible in APM UI.

* renamed config 'xpack.apm.ui.maxServiceEnvironments' -> 'xpack.apm.maxServiceEnvironments'

* Renames 'xpack.apm.ui.maxServiceEnvironments' -> 'xpack.apm.maxServiceEnvironments' in the docs.

* removed incorrect size param on the composite terms sub-agg

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-11-09 16:43:08 -08:00
Brandon Morelli 347bf49a35
[APM] docs: Add xpack.apm.searchAggregatedTransactions (#82379) (#82391) 2020-11-04 08:02:44 -08:00
Oliver Gupte 925484e398
Closes #80629, with proper timeout messaging and docs for user to work around the scalability issue. (#82083) (#82092) 2020-10-30 01:44:16 -07:00
Kaarina Tungseth 49928b336b
[7.x] [DOCS] 7.10 Core UI changes (#80407) (#81491)
* [DOCS] 7.10 screenCore UI changes

* Kibana access options

* Removed Kibana from Set up Kibana

* Removed rogue symbols

* Update docs/spaces/index.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/management/managing-beats.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Review comments

* Update docs/user/introduction.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Review comments

* Changed menu to main menu

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-10-26 09:01:01 -05:00
Søren Louv-Jansen 8c80644995
[APM] Increase xpack.apm.ui.transactionGroupBucketSize (#71661) (#71830) 2020-07-15 15:35:12 +02:00
gchaps 9caf354378
[DOCS] Edits titles in Setup section for consistency (#68451) (#68590)
* [DOCS] Fixes titles in Setup section for consistency

* [DOCS] Fixes to titles and orders of docs in Set up
2020-06-08 16:15:20 -07:00
Brandon Morelli c4010de712
[apm] Annotation API documentation (#65963) (#67142) 2020-05-21 15:54:51 -07:00
gchaps bc0fe9d262
[DOCS] Identifies cloud settings for APM (#66935) (#66937) 2020-05-18 15:55:23 -07:00
Kaarina Tungseth 4cdd065a16
[DOCS] Reformats settings tables (#64844) (#65094)
* Formats settings into tables

* Formatting

* Formatting
# Conflicts:
#	docs/settings/general-infra-logs-ui-settings.asciidoc
#	docs/settings/telemetry-settings.asciidoc
#	docs/setup/settings.asciidoc
2020-05-04 10:48:29 -05:00
Brandon Morelli 9af6bd536b
[7.x] [APM] docs: restructure APM documentation for 7.7 (#63280) (#63607) 2020-04-15 12:40:15 -07:00
Kaarina Tungseth 7f908a58f2
[DOCS] Removed below references (#60159) (#60272) 2020-03-16 12:12:08 -05:00
Brandon Morelli e8faa074ae
[docs][APM] Add runtime index config documentation (#53907) (#54320) 2020-01-14 13:20:37 -08:00
Brandon Morelli c2bc6299e2
[docs][APM] Add APM settings page (#53172) (#53205) 2019-12-17 07:52:43 -08:00
Dario Gieselaar e9bad96d1f
[7.x] [APM] Document apm_oss.metricsIndices and `apm_oss.sou… (#50457)
Closes #49847.
2019-11-13 19:07:18 +01:00
Oliver Gupte 4301be4821
[APM] Always get the root transaction when fetching trace items (#42508) (#42812)
* [APM] Always get the root transaction when fetching trace items
Fixes #33210

* code tweaks

* displays message notifying user that trace items exceeds maximum displayed

* remove getTraceRoot query by adjusting the score and order of trace
items with no parent.id

* add `apm_oss.maxTraceItems` config options to control the number of displayed trace items

* changed config `apm_oss.maxTraceItems` to `xpack.apm.ui.maxTraceItems`

* added missing configs to apm settings doc and docker template

* minor code tweak
2019-08-07 06:58:51 -07:00
Lisa Cawley 8bd46e6f5b
[DOCS] Removes X-Pack settings section (#30554) (#30662) 2019-02-11 09:50:20 -08:00
Brandon Morelli fcb0a6d1ab
docs: add sentence on where to change apm settings (#27069) 2018-12-18 15:05:29 -08:00
Oliver Gupte 0cd6eaea44
[APM] Transaction group agg size config (#26683)
* [APM] Fixes #24204 by adding default configs to kibana.yml

* [APM] fixes #25940 by adding APM config to control top transation group agg size

* Revert the default configs added to kibana.yml and define joi validations for `xpack.apm.ui.transactionGroupBucketSize`

* fix broken test for incorrect config

* [APM] add docs entry for `xpack.apm.ui.transactionGroupBucketSize`
2018-12-07 22:57:53 -08:00
Søren Louv-Jansen 879a8b158d
[Docs] Use literal asterix in APM docs (#22460) 2018-08-28 21:48:19 +02:00
Søren Louv-Jansen 11488d5055
[APM] Revert to using apm-* as default indices (#22445)
* [APM] Revert to using apm-* as default indices

* Update docs
2018-08-28 17:17:53 +02:00
Jason Rhodes c7c3654a2a
Updates &#42; characters to an escaped * (#22269)
GitHub's asciidoc parser handles `*` characters fine but markdown thinks its italicizing unless you escape the first asterisk. Subsequent asterisks on the same line can stay unescaped and should work fine.
2018-08-22 15:19:58 -04:00
Søren Louv-Jansen 2ad265b73f
[APM] Document APM config settings (#21492)
* [APM] Document APM config settings

* Don’t discern between OSS and xpack config options

* Change to apm_oss

* Reword docs
2018-08-01 15:24:34 +02:00
Lisa Cawley 31c5065156
[DOCS] Moves settings folder to docs (#19521) 2018-05-29 17:27:25 -07:00
Renamed from x-pack/docs/en/settings/apm-settings.asciidoc (Browse further)