Commit graph

615 commits

Author SHA1 Message Date
gchaps
b8494d8594
[DOCS] Add info to 6.x upgrade doc (#20987) 2018-07-19 14:27:49 -07:00
Nick Peihl
7a09570e2f
Add link to maps.elastic.co to region maps docs (#20645) (#20887) 2018-07-17 09:19:40 -07:00
gchaps
090b560795
[DOCS] Update Managing Indices w/ info about security (#20632) (#20778)
* [DOCS] Update Managing Indices w/ info about security

* [DOCS] Incorporated review comments for indices management doc

* [DOCS] Incorporated review comment re: security enabled
2018-07-13 14:48:31 -07:00
gchaps
750a855627
[DOCS] Dashboard-only-mode: Update to match UI (#20734) (#20773)
* [DOCS] Dashboard-only-mode: Update to match UI

* [DOCS] Incorporated review comments, added note about data access
2018-07-13 13:41:23 -07:00
Clinton Gormley
7d1b3d6fb8 Docs: Updated styling of cloud link in installation 2018-07-13 16:04:53 +02:00
gchaps
9af1061486
[DOCS] Visualize: Fix wording in Inpsector doc] (#20597) (#20680) 2018-07-11 12:56:51 -07:00
Clinton Gormley
6dbb5a1f34 Docs: Added cloud link to install docs 2018-07-11 20:25:44 +02:00
gchaps
d67d16b956
[DOCS] Management: Updated Watcher docs to show new buttons (#20446) (#20652) 2018-07-11 10:13:01 -07:00
Lisa Cawley
2d3e66d575 [DOCS] Removes alternative docker pull example (#20624) 2018-07-11 09:06:52 -07:00
gchaps
269b04586f
[DOCS] Management: Updated Saved Obects to include index patterns and reflect new UI (#20432) (#20646) 2018-07-11 08:10:10 -07:00
gchaps
acae553757
[DOCS] Dashboard: Includes Add Panel and Inspector (#20582) (#20647)
* [DOCS] Dashboard: Includes Add Panel and Inspector

* [DOCS] Dashboard: Incorporated review comments
2018-07-11 08:08:02 -07:00
Nathan Reese
66a4122bd9
Add _bulk_create endpoint to /api/saved_objects (#20498) (#20615)
* add _bulk_create rest endpoint

* document bulk_create api

* provide 409 status code when conflicts exist

* add overwrite and version to documenation

* clean up assert statements and 2 places where bulkCreate is getting used with new output

* properly stub bulkCreate return

* remove version of documenation example
2018-07-10 12:13:20 -06:00
Peter Pisljar
5753442209
update visualize development docs (#20507) (#20594) 2018-07-10 07:07:53 +02:00
gchaps
41c8f935b3 [DOCS] Removes comming soon label from Release Notes (#20357) 2018-07-05 08:09:40 -07:00
Nick Peihl
4d95508337
Add distinct links and float tags to Region Map docs (#20361) (#20418)
The float tags are required here to keep the subheadings on the same
page in the website. And, since link tags are global, we need to give them unique
names to avoid cross-linking errors.

These changes need to be backported to all 6.X releases.
2018-07-03 14:43:52 -07:00
Lisa Cawley
a08520eb84 [DOCS] Adds config file location (#20421) 2018-07-03 13:36:32 -07:00
Lisa Cawley
3ca54d06fd [DOCS] Starting and stopping Kibana (#20354) 2018-07-03 11:35:20 -07:00
gchaps
c15d2fd1bd [DOCS] 6.3.1 Release Notes (#20246)
* [DOCS] 6.3.1 Release Notes

* [DOCS] Updated 6.3.1 Release Notes
2018-06-29 13:13:20 -07:00
gchaps
4bca3bbd60 [DOCS] Added missing image 2018-06-29 13:12:27 -07:00
Lisa Cawley
f15108c3d8
[DOCS] Clarifies licensing highlight (#20318) 2018-06-29 11:42:54 -07:00
Casper Hübertz
f5856210d9
[DOCS] Updating APM UI documentation (#19946) (#20336)
Adding new documentation about the APM UI and definitions of terminology and more.

* Images added to docs

* Adding Using APM UI page contents

* Including new APM UI page

* Updated Watcher copy

* Copy feedback from @gchaps
2018-06-29 13:06:30 +02:00
Lisa Cawley
3a0b5a9ca4 [DOCS] Fixes license expiration info (#20316) 2018-06-28 15:29:51 -07:00
CJ Cenizal
830e0806db
Revert "Feature/align map config settings (#19450) (#20283)" (#20286)
This reverts commit c3afa57fa4.
2018-06-28 06:10:34 -07:00
CJ Cenizal
c6be289f21
Fix misspellings (#19981) (#20284) 2018-06-27 20:50:06 -07:00
CJ Cenizal
c3afa57fa4
Feature/align map config settings (#19450) (#20283)
* Update config schema to allow map.tilemap & map.regionmap

* Inject map.regionmap & map.tilemap. Fall back to top-level config declarations if needed

* Warn user on use of legacy map config vals

* Don't create default map objects for deprecated entries. Add notes indicating top-level objects are deprecated

* Update map references in docs

* Shuffle map configurations in docs to be grouped together
2018-06-27 20:39:50 -07:00
Lisa Cawley
e75423e020 [DOCS] Clarified X-Pack features in trial (#20271) 2018-06-27 12:00:04 -07:00
Tiago Costa
1bb5dd1c11
[6.x][DOCS] Steps to get kibana running after upgrading to 6.3.0 with an old x-pack installation (#20100)
* docs(kbn-20086): steps to get kibana running after upgrading to 6.3.0 with an old x-pack installation.

* docs(kbn-20086): updated text for docs related with 6.3.0 upgrade.

* docs(kbn-20086): change wording from docs text.
2018-06-21 17:16:50 +01:00
Tim Roes
9ba0689dcd
[6.x] Replace spy panels by Inspector (#16387) | Fix one inspector test (#20072) (#20076)
* Replace spy panels by Inspector (#16387)

* Add Inspector feature

* So long, and thanks for all the fish, spy panel

* Fix several functional tests

* Fix unit tests

* Fix spy panel button tests

* Replace old spy panel documentation

* Disable test temporarily until we have dashboard triggers

* Enter edit mode for dark theme test

* Fix some more functional tests

* Fix more functional tests

* More test fixing

* Fix more functional tests

* Allow opening the inspector via loader handler

* Refactor InspectorViewChooser, remove unused CSS

* Remove dead code

* Fix data download button style

* Remove redundant code

* Load inspectorViews for dashboard_viewer

* Extract inspector views to custom core_plugin

* Switch API to TypeScript 🎉

* Design changes

* Remove icons from views

* Design changes

* Improve typings of API

* Add typing to all adapters

* Show loading spinner in request selector

* Rewrite InspectorView to TypeScript

* Fix help text for data view

* Remove deprecated React lifecycle methods

* Embed inspector into dashboard panel actions

* Remove temporary inspector trigger

* Remove old CSS

* Fix dashboard trigger for new panel action

* Add tests for InspectorPanel and DataAdapter

* Produce a hierarchical table if the vis is hierarchical

* Remove allowJs option again

* Add missing Apache license headers

* Close inspector on dashboard when navigating away

* Use proper title for dashboard panels

* Fix functional tests

* Skip broken test for now

* Flush view chooser button

* Add request adapter tests

* Skip more tests, broken due to typescript

* Add Request Time description

* Add description for courier request

* Fix tests

* Replace icon by new (not yet released) icon

* Finalize design of inspector

* Remove discover test, that relied on spy panels

* Change API to be properly mockable in tests

* Add aria-live region for request status

* Replace old method in functional tests

* Replace abitrary magic number

* Use object destructuring in vis

* Fix issue with crashing requests view

* Add request time tooltip

* Get request body of correct search source

* Make filter buttons properly keyboard accessible

* Follow Dave's design suggestions

* Remove redundant request from name

* Remove unneeded comments

* WIP raw-formatted values

* Fix filtering issue

* Fix tests and more license headers

* Add data view tests

* Remove search from table

* Fix typos

* Implement review suggestion

* Remove artificial delays for testing

* Fix new panel action structure

* Minor design adjustments

* Fix failing functional test

* Update failing snapshot test

* Implement final wording

* Apply new EUI styling

* Fix closing inspector in tests

* Fix sorting of table

* Align punctuation between tooltips

* Fix test that doesn't exist on master

* Fix one inspector test (#20072)

* Remove file that came accidentally back due to merging

* Fix accidental merge paste

* Fix 6.4 test failures
2018-06-21 11:45:13 +02:00
Lisa Cawley
2516f9ecc3
[DOCS] Adds missing breaking change (#20057) 2018-06-19 17:17:08 -07:00
Larry Gregory
e8cc31a9c0
Add plugin disclaimer (#19989) (#19997)
Adds a disclaimer to the Known Plugins section of our documentation, which notes that we do not evaluate them.
2018-06-18 13:53:15 -04:00
wispxjtu
e10379ed9b Code example miss single quotes (#19783) 2018-06-18 11:11:53 -05:00
lcawl
ec15213b97 [DOCS] Adds links in breaking changes 2018-06-15 12:15:35 -07:00
lcawl
eda005c4b5 [DOCS] Adds 6.3.0 release highlights 2018-06-12 11:52:57 -07:00
gchaps
eb6c5b4efd [DOCS] 6.3 Release Notes (#19636)
* [DOCS] 6.3 Release Notes

* [DOCS] Incorporated review comments

* [DOC] Updated note about regression because it also affects pipeline creation

* [DOCS] Minor updates to release notes
2018-06-12 11:04:47 -07:00
gchaps
d3fe2bc85f [DOCS] 6.3.0 release highlights doc (#19634)
* [DOCS] 6.3.0 release highlights doc

* [DOCS] Fixed typo

* [DOCS] Updated images in highlights doc

* [DOCS] Incorporated review comments

* [DOCS] Updated text on autocomplete as per review comments

* [DOCS] Adds ML items to Kibana 6.3.0 highlights

* [DOCS] Clarifies custom URL highlight

* [DOCS] Improved text for autocomplete
2018-06-12 10:52:34 -07:00
Shaunak Kashyap
68ae44c3e8 Document Logstash Centralized Configuration Management HTTP APIs (#17706)
* Starting to document Logstash config management APIS

* Removing copy pasta

* Adding delete pipeline API doc

* Mention updates in Create Pipeline API doc

* Capitalization fix

* Adding Retrieve Pipeline API doc

* Adding List Pipelines API doc

* Fixing typos

* Fixing DELETE pipeline API response code

* Add description field to GET pipeline response

* Update PUT pipeline API response to match implementation

* Fixing and annotating GET pipelines response

* Add AIP doc reference to index

* Adding xpack role

* Adding floats

* Missed list item

* Fixing rebase auto-merge

* Adding intro section to Logstash Configuration Management API page

* Bolding "experimental"

* Fixing typo
2018-06-08 19:08:39 +05:30
Toby McLaughlin
3661ea9601 [DOCS] Update Docker config steps for open X-Pack (#19486) 2018-06-04 10:38:25 +10: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
lcawl
cc943e31b6 [DOCS] Fixes link to X-Pack settings 2018-05-31 11:17:55 -07:00
lcawl
bc80248fc0 [DOCS] Remove xkb-repo-dir attribute 2018-05-30 10:22:37 -07:00
Lisa Cawley
c3c98b682e [DOCS] Moves monitoring folder to docs (#19516) 2018-05-30 09:45:30 -07:00
Court Ewing
f8521c09a4 Documentation for Saved Objects API (#19513)
* Adds documentation for Saved Objects API

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

* [DOCS] Moved Rest APIs in navigation

* docs: revise rest api intro

* docs: revise create object api details

* docs: revise saved object api intro

* docs: revise delete saved object api details

* docs: remove newline character from api response

* docs: get saved object api details

* docs: update saved object api details

* docs: fix title attribute in saved object api examples

* docs: bulk-get saved object api details

* docs: find saved object api details

* docs: add index-pattern to valid types in api

* docs: clarify sending multiple values in api

* docs: note that savedObjects.find is not safe for export
2018-05-30 12:28:29 -04:00
Lisa Cawley
6e16d9c006 [DOCS] Moves security folder to docs folder (#19514) 2018-05-30 07:40:43 -07:00
gchaps
e93a73c495
Docs/input controls (#19397) (#19526)
* controls docs

* images and configuration option explainations

* minor changes

* link to index-patterns page

* practice commit

* [DOCS] Edited Visualize -> Controls documentation

* [DOCS|Input Controls] Incorporated review comments
2018-05-30 07:03:01 -07:00
Lisa Cawley
29cb018771 [DOCS] Moves upgrade-assistant folder to docs (#19523) 2018-05-29 23:00:47 -07:00
Lisa Cawley
88eed510c1 [DOCS] Moves setup folder to docs (#19525) 2018-05-29 22:52:34 -07:00
Lisa Cawley
84fbb30cdf [DOCS] Creates dev-tools folder (#19528) 2018-05-29 22:39:20 -07:00
Lisa Cawley
f76712fe9f [DOCS] Move watcher-ui folder to docs (#19529) 2018-05-29 22:31:32 -07:00
Lisa Cawley
8ea62191ad [DOCS] Moves graph folder to docs (#19530) 2018-05-29 22:23:26 -07:00
Lisa Cawley
ea45d44611 [DOCS] Moves reporting folder to docs (#19517) 2018-05-29 17:34:07 -07:00