Commit graph

31 commits

Author SHA1 Message Date
Lisa Cawley
09c6bb1316
[6.7][DOCS] Updates telemetry settings (#149745)
Backports https://github.com/elastic/kibana/pull/149651
2023-01-27 12:20:12 -08:00
Lisa Cawley
f2b075c710
[6.7] [DOCS] Fixes broken links (#51634) (#51928) 2019-11-29 18:19:41 -08:00
Nik Everett
ca7257fda1 Docs: Fix monitoring settings deprecation warnings
Asciidoctor requires a slightly different syntax. This makes it happy.
2019-10-18 13:23:40 -04:00
Lisa Cawley
a0b73f788e [DOCS] Clarifies xpack.security.enabled setting (#41904) 2019-07-24 10:34:08 -07:00
Ahmad Bamieh
b871926a37
[Docs] i18n asciidocs (#32547)
Context: #22349 

- [x] tell about locale
- [x] describe how to set a locale
- [x] describe how developers can use i18n engine functionality
2019-04-03 20:57:26 +05:30
lcawl
d985a0ad5b [DOCS] Work around for titleabbrev errors 2019-04-01 13:40:44 -07:00
Felix Stürmer
e2c506826a
[6.7] [Infra + Logs UI] Add source configuration ui to the docs (#33535) (#33701)
Backports the following commits to 6.7:
 - [Infra + Logs UI] Add source configuration ui to the docs  (#33535)
2019-03-22 15:39:17 +01:00
Gil Raphaelli
010d2d87ed [docs] Backport apm settings fixes 6.7 (#32525) 2019-03-13 15:32:55 -07:00
Chris Cowan
2ff4418b94
[Infra UI] Revert ECS changes for 6.7 (#31961)
* Revert "[Infra UI] Clean up Docker and Kubernetes fields for ECS (#31175)"

This reverts commit cb3dad1317.

* Revert "[Infra UI] Fixing group by labels by fixing the field names (post ECS migration) (#30416) (#31012)"

This reverts commit 6bd74e0abd.

* Revert "[Infra UI] ECS Migration (#28205) (#29965)"

This reverts commit fe9748583e.

* Fixing tests

* Fixing tests

* Adding test data for docker and some basic sanity checks to ensure ids and names work correctly with real data
2019-03-05 11:21:32 -07:00
Brandon Kobel
bd72ab4c41
Adding note about sessions always being bound to browser's lifetime. (#31472) (#31507)
* Adding note about sessions always being bound to browser's lifetime.

* Update docs/settings/security-settings.asciidoc

Co-Authored-By: kobelb <brandon.kobel@gmail.com>
2019-02-19 11:10:54 -08:00
Chris Cowan
f006135240
[Infra UI] Clean up Docker and Kubernetes fields for ECS (#31175) (#31302)
* [Infra UI] Clean up Docker and Kubernetes fields for ECS

* updating tests with latest ecs fields

* Fixing documentation
2019-02-15 13:22:23 -07:00
Lisa Cawley
45b1f5d15d
[DOCS] Deprecates xpack.monitoring.elasticsearch.url (#30004) 2019-02-04 16:07:26 -08:00
lcawl
d760f44473 [DOCS] Fixes link to X-Pack settings 2019-01-15 11:54:19 -08:00
Chris Cowan
eea7a18a8e
[InfraOps] Update docs with data source configuration (#26579) (#28398)
* Updating docs

- Configure data sources via config/kibana.yml
- Fix typo

* Adding timestamp override

* Documenting all settings

* Removing changes from a different PR

* Add settings docs

* Adding all the settings

* Updating docs based on feed back from PR

* Adding periods to lines; changing disabled to present tense

* Updates to docs per PR

* Updates per PR

* Fixes per PR
2019-01-09 12:41:07 -07:00
Lisa Cawley
ed07e23e5c [DOCS] Use search profiler attribute (#28209) 2019-01-08 10:34:04 -08:00
Lisa Cawley
415d13d5f7 [DOCS] Updates X-Pack terminology (#28208) 2019-01-08 09:12:29 -08:00
Jonathan Budzenski
1275b79c68
[6.x] Support for multiple Elasticsearch nodes and sniffing (#21928) (#27431)
* Support for multiple Elasticsearch nodes and sniffing (#21928)

* Node sniffing

* update monitoring

* cleaning

* remove tests

* rewrite tests using the proxy

* fix monitoring mocha tests

* fix payload

* return full error

* default interval false

* add sniff settings to monitoring

* add docs for sniff settings

* re-add index search integration test

* catch parse error

* capital

* fix merge

* hapi upgrade

* return

* pass by prefix

* rm empty test fille

* split error handling

* fix merge

* update recent elasticsearch.url references

* prettier vs eslint

* transport.request, include query params

* mega comment

* revert elasticsearchUrl

* safe hosts

* more docs es.url references

* remove unused ml/esServerUrl

* log if both set

* tribe test

* update remaining url references
2018-12-18 19:16:04 -06:00
Oliver Gupte
e5926ddab6
[APM] Transaction group agg size config (#26683) (#26848)
* [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 23:51:54 -08:00
Tim Sullivan
ed618e768c
[Reporting] clarify what phantom deprecation means (#26434) (#26640) 2018-12-04 16:02:50 -07:00
Tim Sullivan
e9673f4b30
[Docs/Reporting] Include working config example for multiple kibana.index (#25410) (#25812)
* [Docs] Include working config example for multiple kibana.index in the cluster

* updates
2018-11-20 09:49:47 -07:00
Shaunak Kashyap
c2107ea610 [Monitoring] Adding security note about first-time setup (#25823)
* Adding security note

* Mention the built-in superuser role

* Making edits per review feedback
2018-11-19 05:15:25 -08:00
Tim Sullivan
4ccb343b29
[Reporting] queue.pollEnabled setting adds ability to disable polling for idle jobs (#24295) (#24505)
* [Reporting] New queue.pollEnabled setting adds ability to disable polling for idle jobs

* add an info log line

* note in docs
2018-10-24 14:01:01 -07:00
Lisa Cawley
002a0b7c80 [DOCS] Clarify description of xpack.reporting.roles.allow (#23974) 2018-10-24 08:39:53 -07:00
Brandon Kobel
d543e3f713
Limiting maximum number of Spaces (#23673) (#23774)
* Limiting the number of spaces

* Adding docs

* Adding forgotten fixture

* Fixing tslint error

* Adjusting docs

* Changing test descriptions from Boom.badRequest to bad request

* Updating error snapshots
2018-10-03 12:43:29 -07:00
Stacey Gammon
79f9817bb7
Default to chromium and add deprecation warning for phantom. (#21505) (#22940)
* Default to chromium and add deprecation warning for phantom.

* use int, not float
2018-09-11 16:53:28 -04:00
Søren Louv-Jansen
800dbfead0
[APM] Revert to using apm-* as default indices (#22445) (#22853)
* [APM] Revert to using apm-* as default indices

* Update docs

# Conflicts:
#	docs/settings/apm-settings.asciidoc
2018-09-08 16:54:03 +02:00
Brandon Kobel
63413c047d
Adding RBAC Phase 1 Docs (#21178) (#21929)
* Beginning to work on the role management APIs. Added docs for GET

* Adding PUT docs

* Adding PUT details

* Adding delete docs

* Fixing linking

* Adding Kibana privileges section

* Fixing dashboard only mode docs

* Fixing a few more references to managing roles

* Beginning to work on authorization docs, might be moving some to
stack-docs

* Collapsing authorization description in the kibana privileges page

* Adding audit logging section

* Revising the language on the Kibana role management section

* Splitting back out the auth/privileges and adding legacy fallback
details

* Revising language around impact of disabling security

* Changing Kibana to {kib} and Elasticsearch to {es}

* Beginning to work on developer centric docs

* Fixing some formatting, adding some diagrams

* Adding note about the role management APIs

* Adding overview, fixing small syntax issues

* Fixing chunk name for transitioning to application privileges

* Adjusting tone for the authorization introduction

* Changing the tone and structure of the RBAC docs

* Deleting blog stuff after refactoring

* Addressing first round of peer review comments

* Fixing endpoints links

* Peer review suggested edits

* Addressing other PR feedback
2018-08-13 12:08:47 -04:00
Søren Louv-Jansen
b291672796
[6.x] [APM] Fix column widths in EUI tables (#21490) | [APM] Document APM config settings (#21492) (#21534)
* [APM] Fix column widths in EUI tables (#21490)

* [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 17:13:36 +02:00
Stacey Gammon
0034ad95f5
bump reporting timeout (#20833) (#21173) 2018-07-25 09:15:42 -04:00
gchaps
6b992627c8
[DOCS|Monitoring] Added text about first time opening Kibana Monitoring (#19460) (#19597)
* [DOCS|Monitoring] Added text about first time opening Kibana Monitoring

* [DOCS | Monitoring] Incorporated review comments on startup experience doc

* [DOCS] Fixes typo
2018-05-31 11:42:51 -07:00
Lisa Cawley
d04b2dda67 [DOCS] Moves settings folder to docs (#19521) 2018-05-29 17:29:14 -07:00