Commit graph

1099 commits

Author SHA1 Message Date
Kaarina Tungseth
2f7a3ee664
[DOCS] Minor edits (#40305) 2019-07-09 10:02:38 -05:00
Vadim Dalecky
b057a93244
[7.x] 「AppArch」Interpreter 👉 New Platform (#39329) (#40117)
* 「AppArch」Interpreter 👉 New Platform (#39329)

* feat: 🎸 set-up NP data plugin

* refactor: 💡 move interpreter functions registry to NP

* refactor: 💡 move interpreter renderer registry to NP plugin

* refactor: 💡 move interpreter typesRegistry to NP

* refactor: 💡 move interpreter types to NP

* chore: 🤖 import typeRegistry from NP and change TS type folder

* refactor: 💡 move interpreter expression types to NP

* refactor: 💡 move rest of interpreter common folder to NP plugin

* fix: 🐛 fix TypeScript errors

* test: 💍 improve typings and test mocks

* refactor: 💡 make Interpreter internal registry impl private

* test: 💍 inline NP backdoor mock creation in test suites

* chore: 🤖 change @kbn/interpreter import paths to try fix errors

* fix: 🐛 improve core Plugin interfaces

* feat: 🎸 add stop() lifecycle to NP data plugins

* refactor: 💡 move interpreter into expressions service data NP

* refactor: 💡 inline Registry @kbn/interpreter class

* refactor: 💡 remove dependency on @kbn/interpreter in data pub

* refactor: 💡 move interpreter common dir into expressions dir

* fix: 🐛 use TS types in kibana_context

* feat: 🎸 add types suggested in PR review

* feat: 🎸 add semantic interpreter registration functions

* refactor: 💡 use require for all @kbn/interpreter imports

* test: 💍 add Karma test mocks, thx @spalger 🙏

* docs: ✏️ update Core docs

* test: 💍 add Sinon stubs for registries

* chore: 🤖 change import syntax in hopes CI will work

* chore: 🤖 set App Architecture as owners of data plugin

* docs: ✏️ add README

* chore: 🤖 change import in hopes to fix optimizer

* fix: 🐛 make stop() plugin life-cycle optional

* docs: ✏️ update Core API docs

* test: 💍 remove unnecessary Jest mock

* chore: 🤖 don't import from deeply inside a plugin

* refactor: 💡 try different interpreter import

* fix: 🐛 fix Karma mocking

* fix: 🐛 fix TypeScript type imports

* test: 💍 fix broken test

* fix: 🐛 use "kibana" version to make it work everywhere

* style: 💄 fix linter error
2019-07-09 00:26:34 +02:00
Mikhail Shustov
cfad1013db
Fake request interface compatible with Kibana Request (#40363) (#40409)
* make FakeRequest compatible with http request

* FakeRequest compatible with Http Request
2019-07-05 14:51:58 +02:00
Tim Roes
f9fe126bf3
curl related doc changes in load dataset tutorial (#16040) (#40394)
* curl related doc changes in load dataset tutorial

* Correcting typo and incorporating review comments

* Fixing new line issues and corrected example commands

* Removing '#' as it seem to combine multiple lines

* Update tutorial-load-dataset.asciidoc

* Removing the template command

* Remove `doc` path
2019-07-05 10:49:40 +02:00
Mikhail Shustov
416f21a2ff
Expose elasticsearch error wrapper (#40242) (#40357)
* expose elasticsearch error wrapper

* generate docs

* Update src/core/server/elasticsearch/errors.ts

Co-Authored-By: Rudolf Meijering <skaapgif@gmail.com>

* address Oleg comments
2019-07-04 17:04:59 +02:00
Tim Roes
d21e339d00
Add new TSVB screenshots in docs (#40273) (#40280) 2019-07-04 12:07:50 +02:00
spalger
d5db7f7548 update core api docs that should have been updated with prettier pr
(cherry picked from commit bbec883435)
2019-07-03 15:08:29 -07:00
Jonathan Budzenski
04e057c3fe
configurable global socket timeouts (#31603)
* configurable global socket timeouts

* update snapshots

* update tests

* add test

* add test

* add test

* happy path

* test happy path

* docs

* stop server after
2019-07-03 12:23:20 -05:00
Lisa Cawley
fe7707392e
[DOCS] Updates version attributes (#40190) 2019-07-03 09:50:01 -07:00
Brandon Morelli
2fc787ce06
docs: add nodejs apm environment link (#40206) 2019-07-02 19:18:52 -07:00
Justin Kambic
d469b63ec6
[Uptime] Add doc entry for observability solution integrations. (#38963) (#40043)
* Add doc entry for observability solution integrations.

* Update docs/uptime/overview.asciidoc

Commit PR recommendation.

Co-Authored-By: Brandon Morelli <bmorelli25@gmail.com>

* Update docs/uptime/overview.asciidoc

Commit PR recommendation.

Co-Authored-By: Brandon Morelli <bmorelli25@gmail.com>

* Replace screenshot.
2019-07-02 09:00:05 -04:00
Nathan Reese
29905a84aa
[7.x] [Maps] remove beta labeling from application and docs (#39871) (#40076)
* [Maps] remove beta labeling from application and docs (#39871)

* [Maps] remove beta labeling from application and docs

* clean up i18n

* i18n translations
2019-07-01 19:59:24 -06:00
Rudolf Meijering
0a469d2d96
Mocks for CoreStart, CoreSetup and PluginInitializerContext (#39351) (#39894)
* Mocks for CoreStart, CoreSetup and PluginInitializerContext

* Public CoreStart, CoreSetup mocks

* Update api signature/docs

* Convert embaddable_api tests to new core mocks

* CR Feedback

* Introduce ui_new_platform.test.mocks and refactor embedabble tests

* Hack to get TS warnings for Core mocks

* Core mocks types cleanup & hack to get TS warnings for Server Core mocks

* Use __mocks__ new_platform

* Remove accidently commited auto-mock

* Introduce MockedKeys type for Core mocks

* Better typing/docs for UiSettings

* Revert "Use __mocks__ new_platform"

This reverts commit 2d666facc8.

* Add missing mock to test

* Cleanup UiSettings types
2019-07-01 19:54:34 +02:00
Lisa Cawley
d400bf43d0 [DOCS] Updates title for Stack Monitoring app (#39814) 2019-06-28 10:40:58 -07:00
Rudolf Meijering
7b619ccbf3
new known plugin (#25795) (#39901) 2019-06-28 16:27:58 +02:00
chongzhe
12a124098d
[Code] update doc about index scheduler (#39869) (#39875) 2019-06-27 23:57:06 -07:00
Nathan Reese
0052f07c23
[Maps] increase document limit from 2048 to 10000 (#39697) (#39862)
* [Maps] increase document limit from 2048 to 10000

* [Maps] increase document limit from 2048 to 10000

* rename DEFAULT_ES_DOC_LIMIT to ES_SIZE_LIMIT
2019-06-27 18:38:31 -06:00
bryankouwen
780e047d21 single quotes missing (#30096)
(cherry picked from commit 738a08fc4a)
2019-06-27 17:00:35 -07:00
Holger Brandl
f8b5160c13 Removed invalid/unneeded comma in json query (#31797)
(cherry picked from commit 276dcc7f72)

# Conflicts:
#	docs/api/url_shortening/shorten_url.asciidoc
(cherry picked from commit 0a316000e3)
2019-06-27 16:50:49 -07:00
Dan Kreiger
76d6108a11 Update tutorial-define-index.asciidoc (#39666)
(cherry picked from commit 5bb6dbff38)
2019-06-27 16:42:14 -07:00
Zacqary Adam Xeper
f51b518c0b
[DOCS] Add documentation for the log entry flyout (#39403) (#39835) 2019-06-27 15:13:31 -05:00
Zacqary Adam Xeper
55caae6e05
[Logs UI] Add View in APM link to log flyout actions menu (#39540) (#39831)
* Add View in APM link to log flyout actions menu

* Change icon from apmTrace to apmApp

* Add tests for View in APM action

* Add docs for actions menu

* Update link to go to traces list

* Add rangeFrom and rangeTo to trace links

* Use 20 minute from/to range instead of 1 minute
2019-06-27 14:04:13 -05:00
Josh Dover
d6fb5ce920
[7.x] Move Chrome UI to Core (#39300) (#39755) 2019-06-27 13:30:09 -05:00
gchaps
955d709d43
[DOCS] Updates settings in Code doc (#39807) 2019-06-27 09:22:58 -07:00
gchaps
c2a2bbdaee
[DOCS] Improves the 7.1 release docs (#39756) 2019-06-27 07:02:51 -07:00
gchaps
abead627c7
[DOCS] Updates 7.x index patterns doc (#39740) 2019-06-26 13:58:54 -07:00
Kaarina Tungseth
fb09102a80
[DOCS] Cherry-picks the Canvas GS to 7.x (#39733)
* [DOCS] Canvas Getting Started

* Area chart content

* Time filter content

* Intro, image, and clean up

* Removed extra spaces

* Comments from Rashmi and Bhavya

* Comments from Tim

* Comments from Gail and Ryan
2019-06-26 15:05:04 -05:00
Nathan Reese
a27fc68640
[Maps] add Where clause to terms joins (#39593) (#39694)
* [Maps] add Where clause to terms joins

* add functional test

* rename layerQuery to sourceQuery
2019-06-26 13:56:14 -06:00
Nathan Reese
94803263b5
[Maps] add documenation for "most recent entities" (#39478) (#39688)
* agg docs

* add docs for most recent entities

* Update docs/maps/maps-aggregations.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/maps-aggregations.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/maps-aggregations.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/maps-aggregations.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/maps-aggregations.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/maps-aggregations.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/maps-aggregations.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/maps-aggregations.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* use bold instead of code case

* clean up wording of how to enable most recent entities
2019-06-26 10:55:08 -06:00
Lisa Cawley
a28ce1d55b [DOCS] Refreshes Kibana monitoring screenshots (#39146) 2019-06-26 09:20:40 -07:00
Mikhail Shustov
b211cfe163
KibanaRequest provides headers as a property. (#39506) (#39661)
* use property instead of method. not all header names are known

* fix tag name and re-generate docs
2019-06-26 12:27:58 +02:00
gchaps
f31ebe96a6
[DOCS] Adds note about observ to docs (#39603) 2019-06-25 10:49:52 -07:00
gchaps
175d5764c3 [DOCS] Removes tags from 7.x release docs (#39547) 2019-06-25 06:03:27 -07:00
Nathan Reese
4160f1ce17
[Maps] move symbol style property to top of UI (#39534) (#39549)
* [Maps] move symbol style property to top of UI

* fix jest tests
2019-06-24 19:38:49 -06:00
Josh Dover
892d096eb6
[7.x] Move ui/documentation_links to Core (#39411) (#39530) 2019-06-24 16:27:51 -05:00
Jonathan Budzenski
4fb77b6722
[docs/production] multiple es nodes (#30276)
* [docs/production] multiple es nodes

* note console limitation

* mention related configuration
2019-06-24 13:06:19 -05:00
Joe Reuter
536b4e1ceb
Add configs for terminate_after (#37643) (#39512) 2019-06-24 17:46:37 +02:00
Josh Dover
247eb8602c
[7.x] Remove final legacy dependencies from Header UI (#38175) (#39406) 2019-06-21 11:11:26 -05:00
Chris Cowan
5a5271e85a
[7.x] [Infra UI] Metrics Explorer Documentation (#37040) (#39315)
* [Infra UI] Metrics Explorer Documentation (#37040)

* First pass at the Metrics Explorer tutorial, it's rough

* docs: fix build errors and formatting

* docs: content changes

* Making filter step a little more accurate

* An attempt to answer the why

* Update docs/infrastructure/metrics-explorer.asciidoc

Co-Authored-By: Brandon Morelli <bmorelli25@gmail.com>

* [docs] Fix broken doc build (#39319)

* [docs] Fix broken doc link (#39320)
2019-06-20 17:56:31 -05:00
Court Ewing
a973cbc7a9 Fix path references into and out of x-pack/legacy 2019-06-20 13:35:00 -04:00
Kaarina Tungseth
f5339712b7
[DOCS] Brew install docs for 7.x (#39356)
* [DOCS] Add brew install instructions. Closes #38220

* Link fix

* Removed inline notes from index

* Fixed table format

* Updated with tap changes

* Comments from Deb
2019-06-20 11:10:15 -05:00
Lisa Cawley
a5b53720c7 [DOCS] Adds screenshots for sample data and metricbeat ML job wizards (#39225) 2019-06-20 07:04:35 -07:00
Lisa Cawley
03ecb0a564
[DOCS] Adds release highlight for recent logs (#39197) 2019-06-19 16:19:16 -07:00
Larry Gregory
36f094b8fa
[7.x] Spaces - New Platform Migration, Step 1 (#35429) (#39270)
* crude test updates

* remove custom server typedef

* allow spaces to aquire security plugin after init

* split CoreSetup into CoreSetup and PluginsSetup

* move interfaces to new plugin

* init interceptors in legacy plugin

* fix import

* add placeholder kibana.json

* use NP Elasticsearch service instead of legacy ES Plugin

* cleanup imports

* don't destructure the es client

* introduce request facade

* document reason for getSecurity

* prefer relative imports from src/core

* fix typo in filename: inteceptors --> interceptors

* fix imports; remove stray ts-ignore

* improve typings for spaces client

* rename InterfaceExcept --> Omit

* don't use legacy config in NP

* additional comment

* shim NP config service

* fix merge from master

* revert relative imports into src/core and src/legacy

* shim capabilities modifier into new platform

* removing placeholder kibana.json

* fix prettier problem

* temporary: patch NP 'setUrl'

* migrate onRequest interceptor to NP, without tests

* fix ts error

* testing and deps cleanup for onRequestInterceptor

* replace spaces's usages of request.getBasePath with http.getBasePathFor

* add explicit timeouts for jest interceptor tests

* attempt to fix imports

* use NP logging instead of faked implementation

* revert stray yarn.lock change

* attempt to stablize and fix tests

* update jest config to include src/core/server/mocks

* fix plugin config typings

* add service tests

* fix merge

* allow spaces service to also work with legacy requests

* update interfaces to confirm to new internal/external API convention

* re-enable some post auth interceptor tests

* add explicit timeouts for tests

* prefer modifyUrl instead of manual url modification

* update logger shim to conform to PluginInitializerContext

* remove spaces ConfigClass

* don't weaken type declaration for scoped cluster client calls

* remove legacy server from SpacesCoreSetup

* remove spaces service cache

* remove legacy server as an interceptor dependency

* use modifyUrl on the raw request too

* remove unused import

* cleanup typings

* replace onRequest interceptor with new onPreAuth interceptor

* fix onPostAuth tests

* temporarily copy modifyUrl into spaces plugin

* fix mock export

* fix merge from master

* spaces scopedClient always uses updated ES client and config

* improve typings for usage collector

* rename isLegacyRequest -> isFakeRequest

* use updated NP base path API

* remove commented code

* only expose scoped spaces client

* use OptionalPlugin instead of getSecurity

* update imports of Saved Objects Service to use new src/core/server location

* update core docs
2019-06-19 14:24:14 -04:00
Lisa Cawley
72b104b657 [DOCS] Refreshes screenshot for monitoring ML (#39222) 2019-06-19 10:54:20 -07:00
Lisa Cawley
4071c739a6
[DOCS] Adds release highlight for new ML modules (#39229) 2019-06-19 10:35:36 -07:00
Mikhail Shustov
2466399929
New Platform and Legacy platform servers integration (#39047) (#39263)
* New and Legacy platforms share http server instance.

Required to use a common security interceptor for incoming http requests

* generate docs

* remove excessive contract method

* add test for New platform compatibility

* address comments part #1

* log server running only for http server

* fix test. mutate hapi request headers for BWC with legacy

* return 503 on start

* address @eli comments

* address @joshdover comments
2019-06-19 17:41:50 +02:00
Rudolf Meijering
986b70c625
[Core] Move Saved objects files to core (#38771) (#39158)
* Move src/legacy/server/saved_objects -> src/core/server/saved_objects

* Fix SavedObject import references after moving files to core

* First pass at SavedObjects api docs

* Expose and import all saved object types through core/server

* Don't expose SavedObjectsManagement from core and fix imports

* Improve typings for SavedObject error helpers

* Fix type errors after master merge

* Fix SavedObjectErrorHelpers tests
2019-06-19 17:27:16 +02:00
Nathan Reese
1d28e068e1
[Maps] Update Vector Style docs to define vector styles per feature type (#39214) (#39249)
* [Maps] Update Vector Style docs to define vector styles per feature type

* remove intro to point, polygon, and line sections

* Update docs/maps/vector-style-properties.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/vector-style-properties.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/vector-style-properties.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/vector-style-properties.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
2019-06-19 07:10:37 -06:00
Marco Vettorello
3cbf5b8a11
Visualization - Scale to Data Bounds with a value (#38774) (#39246)
Checking the Scale to Data Bound option may cause that the bar, which value equals to the lower bounds is hidden. To avoid that, you can define bottom margin. Via bottom margin you specify a value, which lowers the lower bounds when displaying the plot.

close #38536
2019-06-19 14:58:27 +02:00
Vadim Dalecky
7f8b424e2f
uiSettings in #start() life-cycle (#39054) (#39179)
* feat: 🎸 add uiSettings service in "start" Core

* test: 💍 add test for uiSettings#start() lifecycle

* fix: 🐛 add uiSettings to plugin context

* docs: ✏️ update Core API docs

* fix: 🐛 fix TypeScript type check errors
2019-06-19 13:49:51 +02:00
Todd Kennedy
52a4076540
[feat] restore headers property (#39206) (#39224)
* [feat] restore headers property

* add tests

* patch: add headers
2019-06-18 18:23:48 -07:00
Lisa Cawley
2569b59076 [DOCS] Removes out-dated tags from monitoring page (#39181) 2019-06-18 09:19:32 -07:00
gchaps
c1e1946ad1
[DOCS] Fixes headings in breaking changes doc (#39180) 2019-06-18 09:09:00 -07:00
Lisa Cawley
1a175a3ff4 [DOCS] Add details about monitoring logs (#39139) 2019-06-18 08:46:11 -07:00
Justin Kambic
6004459a1e
Update uptime docs screenshots. (#38896) (#39086) 2019-06-18 09:44:29 -04:00
Mikhail Shustov
708666a5a9
Restrict access to hapi Request in registerAuth (#38763) (#39151)
* Prevent exposing Hapi.Request to registerAuth.

Prevent exposing headers.authorization in KibanaRequest.
Introduce a mechanism to associate authorization headers with an
incoming request and retrieve its value to perform a request to
elasticsearch cluster.

* fix tests

* address @joshdover comments
2019-06-18 15:04:31 +02:00
Nathan Reese
cf0b1200ab
[Maps] use coalesce to ensure number always passed to interpolate for data driven size styling (#38427) (#39131)
* [Maps] use coalesce to ensure number always passed to interpolate for data driven size styling

* update docs with behavior when feature property is not defined

* Update docs/maps/vector-style.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/vector-style.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* move first note into description paragraph

* add coalesce wrapper around icon-size extraction expression
2019-06-17 18:42:04 -06:00
Karen Metts
ee92c7e22d
Add docs for siem app 7.x (#39116) 2019-06-17 16:54:24 -04:00
gchaps
743b2a8302
[DOCS] Updates information on class styling (#39082) 2019-06-17 08:33:16 -07:00
Mikhail Shustov
8aa6b14867
Unify base path in HttpService (#38237) (#39049)
* unify modifyUrl on client and server

* create BasePath as a separate entity on server

* use BasePath class in http server

* use BasePath a separate entity on client

* use BasePath class on Http service on the client

* switch client code to the new api

* improve setver http service mocks

* address comments #1

* address comments #2

* update docs

* add comment why we define own typings
2019-06-16 20:17:49 +02:00
chongzhe
c4b225bbf3
[Code] update enable config in doc and screenshots to reflect new UI change (#39034) (#39035) 2019-06-14 15:32:30 -07:00
gchaps
73c07a7fcf
[DOCS] Adds content for 7.2 release notes (#38947)
* [DOCS] Adds content to release notes

* [DOCS] Incorporates review comments into release notes

* [DOCS] More changes to Release Notes

* [DOCS] Adds and removes PRs based on review comments
2019-06-14 15:11:05 -07:00
Davey Holler
60eff4bef4
[Code] Updates to copy in the Code docs (#39003) (#39027) 2019-06-14 14:53:07 -07:00
Brandon Morelli
f40fa383b2
[APM][Docs] 7.2 documentation updates (#38577) (#39020) 2019-06-14 13:24:48 -07:00
Lisa Cawley
dfcc4d543d [DOCS] Adds data frame link (#39019) 2019-06-14 13:18:05 -07:00
Lisa Cawley
4ab160d2d3 [DOCS] Updates data frame security details (#39009) 2019-06-14 11:35:32 -07:00
István Zoltán Szabó
70f321e85a [DOCS] Adds Data frame transforms subsection to the ML section (#38899)
This PR adds creating-df-kib.asciidoc and two screenshots to the repository and changes docs/ml/index.asciidoc.
2019-06-14 11:35:24 +02:00
chongzhe
58c267b3e2
[Code] change default Code page title (#38956) (#38957) 2019-06-13 17:14:48 -07:00
gchaps
aa2d9662c4
[DOCS] Adds placeholder for 7.2.0 release notes (#38936) 2019-06-13 14:10:24 -07:00
gchaps
50f725ca28
[DOCS] Better image for Canvas filters (#38923)
* [DOCS] Better image for Canvas filters

* [DOCS] Updates localization image

* [DOCS] Removes unused file
2019-06-13 13:33:29 -07:00
chongzhe
d7a228a37c
[Code] fix title level error in Code setting page (#38913) (#38921) 2019-06-13 11:32:37 -07:00
Brandon Kobel
e0b9c017db
[docs][skip ci] Read only access for @elastic/kibana-app applications (#35560) (#38306)
* Adding read-only mode section to Discover

* No more "mode" or "badge" terminology

* Putting newline back

* Adding "Saving" section for visualize

* Adding dashboard read only access section

* Timelion gets read-only documentation

* Adding read only access section to index patterns and advanced settings

* Adding graph read only access section
2019-06-13 09:31:52 -07:00
gchaps
61e5405928
[DOCS] Fixes typo in image (#38900) 2019-06-13 08:57:16 -07:00
Felix Stürmer
ccfdd2e182
[Logs UI][skip ci] Document the customizable columns feature (#37021) (#38869)
Backports the following commits to 7.x:
 - [Logs UI][skip ci] Document the customizable columns feature  (#37021)
2019-06-13 05:18:21 -04:00
Lukas Olson
6ca6b1ad92 Allow passing in a signal to abort a cluster client request (#37563)
* Allow passing in a signal to abort an Elasticsearch request using the cluster client

* Go back to using promises (which still return abort method) and update test

* Update docs

* Explicitly return Promise<any> instead of {}
2019-06-12 15:46:13 -07:00
gchaps
25f0026bd0
[DOCS] Adds release highlights for 7.2 (#38827) 2019-06-12 13:26:20 -07:00
Mike Côté
72bde68ad2
Revert "Add PR #31739 to 7.2 breaking changes doc (#38736)" (#38813)
This reverts commit aa851f9f01.
2019-06-12 15:07:48 -04:00
Josh Dover
7268054451
[7.x] Move Chrome and I18n to CoreStart (#37915) (#38793) 2019-06-12 12:28:24 -05:00
Ahmad Bamieh
b1a4668413
[7.x] [Telemetry] move from xpack main (#35403) (#38768)
* [Telemetry] move from xpack main (#35403)

* enabling xpack in new plugins

* move telemetry into separate new platform plugin

* remap constants

* resolved hacks issue

* remove extra dir

* js -> ts

* run linter

* fix tests

* reset kibana.yml

* reset kibana.yml

* ts types

* add telemetry translations to i18n

* use deprecated configs

* checkout config.yml

* fix test

* move telemetry from xpack_main in api_integration

* add telemetry apis

* hide banner

* remove routes/get_stats in favor of collectors/get_stats

* code review fixes

* add banner fix #38769

* run i18n_check
2019-06-12 19:58:03 +03:00
gchaps
433dbf1e00
[DOCS] Add content to 7.1 highlights doc (#38726) 2019-06-12 08:31:47 -07:00
Mike Côté
aa851f9f01
Add PR #31739 to 7.2 breaking changes doc (#38736) 2019-06-11 23:11:23 -04:00
Aleh Zasypkin
4cf8d46332
[7.x] Make SAML realm name configurable (#38667) 2019-06-11 19:21:27 +02:00
chongzhe
2c1dc3b675
[Code] initial commit for Code doc (#38521) (#38625) 2019-06-10 16:22:51 -07:00
gchaps
f7236a96e8 [DOCS] Adds docs for snapshot repositories UI (#38159)
* [DOCS] Adds docs for snapshot repositories UI

* [DOCS] Incorporates review comments into snapshot docs
2019-06-07 13:46:40 -07:00
Mikhail Shustov
e84bb5cf35
Session storage refactoring (#37992) (#38385)
* Kibana request keep a reference to raw request. used to bind hapi-cookie

* CookieSessionStorage should work with KibanaRequest

as soon as registerAuth refactored to restrict access to hapi Request, CookieSessionStorage won't work with hapi request directly

* change registerAuth public api

* adopt auth lifecycle tests

* move lifecycle auth tests from integration to unit and adopt to new api.

* mark toRawRequest as internal to prevent exposure

* generate docs

* reword test cases

* mark Request internals in tsdoc
2019-06-07 11:28:41 +02:00
Mikhail Shustov
e1b831e77d
Route tags (#37344) (#38373)
* expose route info in KibanaRequest

* update mocks in test

* make tags readonly, getRouteInfo is private method

* add mocks for hapi internals

* mode deepFreeze to core utils level as it env agnostic

* freeze route props

* fix typo

* add tests for route options

* fix integration tests. deep_freeze was moved under core utils

* add comments, expose public types and regenerate docs

* address comment. remove unnecessary async in route handlers

* make routeSchema optional instead of union with undefined

* @skaapgif improvements

* update docs
2019-06-07 09:39:33 +02:00
Mikhail Shustov
3278cd7126
[7.x] introduce pre-/post-auth request hooks for HttpServer (#36690) (#38265)
* introduce pre-/post-auth request hooks for HttpServer (#36690)

* introduce pre-,post-auth stages

* cleanup integration_tests. now contracts available in tests

* auth per route is configurable

* Unify lifecycle results structure

* expose api to store auth state and status via http service

* update tests

* update docs

* use full name, auth should not mutate request

* move basePath functionality under namespace

* regenerate docs

* Revert "move basePath functionality under namespace"

This reverts commit 9599d32801.

* Revert "regenerate docs"

This reverts commit 1799d3b088.

* regenerate docs

* updated yarn.lock no idea why

* extract AuthStateStorage to a separate entity

* get rid of nested ifs

* describe what is the difference between hooks

* re-wording

* fix typings
2019-06-07 08:09:55 +02:00
Mike Côté
0c89b8efc7
Update import saved objects API docs to use curl examples (#37997) (#38098)
* Remove copy as curl

* Update import docs to use curl examples
2019-06-05 09:41:01 -04:00
Mike Côté
6e72e96247
Fix export saved objects API docs (#37991) (#38096) 2019-06-05 09:40:48 -04:00
Ioannis Kakavas
a325b472e4
Add section about OpenID Connect in docs (#37525) (#37986) 2019-06-04 16:57:26 +03:00
Ahmad Bamieh
3e57cf797a
[7.x] [i18n] [docs] Update docs to encourage static i18n import (#37858) (#37980)
* update documentation

* Update docs/development/plugin/development-plugin-localization.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update packages/kbn-i18n/GUIDELINE.md

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update packages/kbn-i18n/GUIDELINE.md

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update packages/kbn-i18n/GUIDELINE.md

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update packages/kbn-i18n/GUIDELINE.md

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update packages/kbn-i18n/GUIDELINE.md

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update packages/kbn-i18n/GUIDELINE.md

* Update packages/kbn-i18n/GUIDELINE.md

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update packages/kbn-i18n/README.md

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update packages/kbn-i18n/README.md

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
2019-06-04 16:50:27 +03:00
Brandon Kobel
4e8cce5047
[docs][skip ci] Using consistent terminology when referring to the spaces selection control (#37901) (#37909)
* Using consistent terminology when referring to the spaces dropdown menu

* Switching to spaces selection control
2019-06-03 17:41:11 -07:00
Josh Dover
5c4e18778f
[7.x] Add addError function to toastNotifications (#32187) (#37739) 2019-06-03 17:06:47 -05:00
Lisa Cawley
b162e10b68 [DOCS] Clarify Data Visualizer limitation (#37143) 2019-06-03 09:07:12 -07:00
Shaunak Kashyap
5c69854929
[7.x] Documenting missing cluster alerts (#37495) (#37649)
* Documenting missing cluster alerts.

Currently, the Cluster Alerts docs only list four cluster alerts. There are, in fact, six cluster alerts in all. This adds the remaining two.

* [DOCS] Fixes formatting
2019-06-01 05:21:10 -07:00
Ahmad Bamieh
cfdc5f3a0f
[7.x] [Docs] Remove conflict code (#37672) (#37702) 2019-06-01 02:50:41 +03:00
Eli Perelman
39a929a616
Allow interception of http requests from browser http service (#36939) (#37705)
* Allow interception of http requests from browser http service

* Update documentation and browser http types

* Remove async marker from fetch function

* Fix failing tests

* Attempting to fix kuery_autocomplete test

* Allow halting of http fetches from interception

* Re-use HttpInterceptHaltError

* Expose HttpInterceptor types and update docs

* Only mock calls to capabilities during browser testing
2019-05-31 14:08:34 -05:00
Eli Perelman
c019dc5bd0
[7.x] Remove browser basePath service, move functionality into browser http service (#36611) (#37387)
* Remove browser basePath service, move functionality into browser http service (#36611)

* Remove browser basePath service, move functionality into browser http service

* Update generated documentation for removal of browser basePath

* Fix type interface for removal of basePath

* Split IHttpService into separate setup and start interfaces

* Rename appendToBasePath to prependBasePath, rename removeFromBasePath to removeBasePath

* Fix import of http test setup
2019-05-31 12:54:49 -05:00
Todd Kennedy
c4a9ade6ac
[7.x] [feat] create additional http servers (#36804) (#37517)
* [feat] create additional http servers (#36804)

* [feat] create additional http servers

allow for additional http servers to be created, tracked and returned

* respond to pr feedback

* tweak test

* update documentation

* destructure port, remove unnecessary imports

* [fix] export correct type

* [feat] expose createNewServer to plugins

* [fix] respond to pr feedback

* todo: add schema validation & integration test

* use reach

* [fix] use validateKey to validate partial

* [fix] change config shadowing

* check kibana port & prevent shadowing

* centralize start/stop for servers, add integration test

* remove unnecessary property

* never forget your await

* remove option to pass config into start

* fix pr feedback

* fix documentation

* fix test failures

* [fix] failing negation on merge
2019-05-31 10:13:09 -07:00
Lisa Cawley
10331d4868 [DOCS] Disable Metricbeat system module (#37198) 2019-05-30 12:51:12 -07:00
Ahmad Bamieh
bd9eed51ab
[7.x] [Docs] i18n docs add japanese (#37233) (#37327) 2019-05-29 17:31:00 +03:00
Brandon Kobel
ce72ec879a
[docs][skip ci] Infrastructure and Logs read only access (#35566) (#37231)
* Adding a read only access section to the infrastructure docs

* Adjusting where the infrastructure read only access section is and
adding the logs readonly access section

* Fixing grammar
2019-05-28 16:29:35 -04:00
Lisa Cawley
14b266e8ae [DOCS] Facilitates content re-use in the monitoring configuration (#37123) 2019-05-28 08:47:45 -07:00
lcawl
b4f9110f6d [DOCS] Removes coming tags 2019-05-28 08:39:46 -07:00
lcawl
b4b5a74a99 [DOCS] Updates 7.1.1 release notes 2019-05-27 14:59:30 -07:00
lcawl
750a8c94ad [DOCS] Adds placeholder for 7.1.1 release notes 2019-05-24 16:01:43 -07:00
Nathan Reese
d8296b3248
[Maps] update docs for proxyElasticMapsServiceInMaps configuration (#36914) (#37027)
* [Maps] update docs for proxyElasticMapsServiceInMaps configuration

* Update docs/setup/settings.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/setup/settings.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/setup/settings.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
2019-05-23 16:33:54 -06:00
Larry Gregory
6684d5b063
Feature Controls - Documentation (#35656) (#36911)
* update spaces images

* add Spaces FC section

* Updates for kibana authorization section

* update plugin development guide

* start adding docs

* remove unused description field from Feature Registry interface

* Update role management API documentation

* Apply suggestions from code review

Thanks, Gail!

Co-Authored-By: legrego <lgregorydev@gmail.com>

* Update docs/api/role-management/put.asciidoc

* update kibana privileges section intro

* relocate link to Role Management API

* update PUT role docs to align with ES

* indicate that base and feature privileges cannot be used at the same time

* restructure kibana privileges section

* add UI and API examples to Kibana Privileges section

* Apply suggestions from code review

Co-Authored-By: legrego <lgregorydev@gmail.com>

* address PR feedback

* Apply suggestions from code review

Co-Authored-By: legrego <lgregorydev@gmail.com>

* Apply suggestions from code review

Co-Authored-By: legrego <lgregorydev@gmail.com>

* address pr feedback

* Update docs/api/role-management/put.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/security/index.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* address PR feedback

* fix merge from master

* Update docs/spaces/managing-spaces.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
2019-05-23 06:27:59 -04:00
Josh Dover
ba94f72bde
[7.x] Consolidate Plugin{Setup,Start}Context and Core{Setup,Start} (#36732) (#36917) 2019-05-22 16:55:59 -05:00
Lisa Cawley
c87d9f0fe5
[DOCS] Updates version attributes (#36931) 2019-05-22 14:04:43 -07:00
Brandon Kobel
11df74e1dd
[DOCS][skip ci] Adjusting production setup instructions as a result of Spaces/RBAC (#36890) (#36891)
* Adjusting production setup instructions as a result of Spaces/RBAC

* Update docs/setup/production.asciidoc

Co-Authored-By: Larry Gregory <lgregorydev@gmail.com>
2019-05-22 10:45:37 -04:00
István Zoltán Szabó
0ad91c09a6 [DOCS] Completed warning text. 2019-05-22 10:41:21 +02:00
Josh Dover
848fd6d065
[7.x] Load Capabilities from InjectedMetadata (#36710) (#36822) 2019-05-21 14:52:52 -05:00
Tim Roes
120cc65863
Improve links (#36639) (#36687) 2019-05-21 10:52:00 -04:00
Sarah Hersh
0df7db3a5e update screenshots and edit docs for search profiler (#36589) 2019-05-21 09:56:35 -04:00
Sarah Hersh
fb1a4ab792 update screenshots and light copy edits (#36649) 2019-05-21 09:51:20 -04:00
Mikhail Shustov
9ac9b25d08
Remove required ConfigClass (#36609) (#36751)
* remove LoggingConfig class

* get rid of ElasticsearchConfig class

* get rid of PluginsConfig class

* get rid of HttpConfig Class

* update ConfigService

* update LegacyService

* update testbed plugin

* update docs
2019-05-21 13:51:50 +02:00
Brandon Kobel
6092760ba8
Fixing the Kibana Role Management API note syntax (#36314) (#36464) 2019-05-20 19:21:24 -04:00
gchaps
f16d70c75a [DOCS] Updates Advanced Settings doc (#36455)
* [DOCS] Updates Advanced Settings doc

* Update docs/management/advanced-options.asciidoc

Co-Authored-By: Sarah Hersh <schersh@users.noreply.github.com>
2019-05-13 14:50:16 -04:00
Rudolf Meijering
32007ba5f1
Fix core api type exports (#36108) (#36332)
* Fix missing type exports in core/public

* Fix missing type exports in src/core/server

* Expose HttpStart

* Expose HttpStart: fix test mocks
2019-05-13 18:59:52 +02:00
Nathan Reese
f22805dbd0
[Maps] Getting started docs - Adding the map to a dashboard (#35636) (#36476)
* [Maps] Getting started docs - Adding the map to a dashboard

* clean up instructions

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* combine Filtering sections into single section as suggested

* fix zoom instructions and clean up save map section

* add more wording about why the tutorial is adding a terms join

* talk about static and data-driving styling in Set the vector style section

* more review comments

* add screen shot of document layer

* Update docs/maps/maps-getting-started.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* avoid using lets since there is no we
2019-05-10 14:33:02 -06:00
Josh Dover
ff2c2c467b
[7.x] Move Nav APIs to new platform (#34490) (#36453)
This moves the core Nav APIs from `ui/chrome` into the `ChromeService` in the new platform.

- `ChromeStart` now exposes a sub-service for reading and making limited updates to navlinks. These are powered by apps registered with the `ApplicationService` and filtered by UI Capabilities before being exposed by the `ChromeService`.
- The `header-global-nav` directive now consumes navlinks from the new platform.
- The `lastSubUrl` feature utilized by legacy apps has been refactored and will remain in `ui/chrome`. This feature utilizes the limited fields that `ChromeService` exposes to updates by outside code.

This change is the main blocker to moving the Chrome UI to the new platform. This will be necessary to enable the new platform to control top-level routing.
2019-05-10 13:08:21 -05:00
Sarah Hersh
b19c5eff08 [DOCS] Update license page (#36448) 2019-05-10 14:06:34 -04:00
Mikhail Shustov
581d499143
[New Platform] Validate config upfront (#35453) (#36439)
* Introduce new convention for config definition.

We need to define a way to acquire configuration schema as a part of
plugin definition. Having schema we can split steps of
config validation and plugin instantiation.

* Discover plugins, read their schema and validate the config.

Config validation finished before core services and plugins read from it.
That allows us to fail fast and have predictable validation results.

* Instantiate plugins using DiscoveredPluginsDefinitions.

* Update tests for new API.

* test server is not created if config validation fails

* move plugin discovery to plugin service pre-setup stage.

Set validation schemes in ConfigService.preSetup stage.

* fix eslint problem

* generate docs

* address Rudolfs comments

* separate core services and plugins validation

* rename files for consistency

* address comments for root.js

* address comments #1

* useSchema everywhere for consistency. get rid of validateAll

* plugin system runs plugin config validation

* rename configDefinition

* move plugin schema registration in plugins plugins service

plugins system is not setup when kibana is run in optimizer mode,
so config keys aren't marked as applied.

* cleanup

* update docs

* address comments
2019-05-10 16:08:18 +02:00
Josh Dover
000102877c
[7.x] Add open modal core service (#36057) (#36377) 2019-05-09 15:27:05 -05:00
Sarah Hersh
46a224a96e reformat tables for asciidoctor (#36136) 2019-05-09 16:26:35 -04:00
gchaps
bbd19d3301 [DOCS] Updates docs for Grok Debugger (#36289) 2019-05-09 15:23:17 -04:00
Rudolf Meijering
dce0f3b978
[new-platform] only use Setup API's (#35733) (#36276)
* Core: only use Setup API's

* Fix linter issues

* Review feedback

* Update core API docs

* Make comment less coupled to Core calling code
2019-05-09 08:19:15 +02:00
Mikhail Shustov
8ca20f554b
[New platform] Support configuring request specific basePath (#35951) (#36257)
* expose IncomingMessage from KibanaRequest

It's applied to identify incoming requests across New and Legacy platforms. We can rely on the value if want to attach additional information to incoming requests without mutating them.

* support attaching basePath information to incoming requests

*  Support Url changing for incoming requests

* add tests

* use NP API in the legacy platform

* relax KibanaRequest typings

* check basePath cannot be set twice

* address @eli comments

* generate docs
2019-05-08 17:45:37 +02:00
Josh Dover
d6f15af6e5
[7.x] [new-platform] Introduce ApplicationService scaffolding and capabilities loading (#35545) (#36154) 2019-05-07 09:43:52 -05:00
Lisa Cawley
ee084c73e2 [DOCS] Fixes table format for Asciidoctor (#36130) 2019-05-06 15:47:41 -07:00
Sarah Hersh
6bda1532ef
[DOCS] Adds migration file for 7.2 (#35883)
* move breaking changes to 7.2

* add link for 7.2
2019-05-06 09:30:43 -04:00
Rudolf Meijering
dc22d2065a
[Core] Fix core api changes exit code (#36053) (#36101)
* Bump api-extractor to fix missing warning bug

* Fix api-extractor not failing build on api changes

Workaround for upstream bug

* Don't fail build for api-extractor warnings

Warnings like forgotten exports won't fail the build. Instead these
will be added as comments to the api review files. Thus even though
the build won't break, these warnings will show up in code review and
should be fixed by the author.

This is to allow us to merge the workaround for the upstream bugs
without breaking master until we've addressed all the warnings.
2019-05-06 10:45:13 +02:00
Lisa Cawley
49cd81ba7c [DOCS] Fixes ordered list for asciidoctor (#36065) 2019-05-03 15:59:25 -07:00
Lisa Cawley
4466dab205
[DOCS] Adds placeholders for 7.2 release highlights and breaking changes (#35989) 2019-05-03 08:40:34 -07:00
Lisa Cawley
4bd0743549
[DOCS] Updates version attributes for 7.x (#35899) 2019-05-02 08:58:17 -07:00
Sarah Hersh
969fed7882
[DOCS] Adds RN for 7.0.1 (#35810)
* add rn for 7.0.1

* fix breaking changes link

* remove coming tag
2019-05-01 10:19:47 -04:00
Sarah Hersh
f49fa3288f
[DOCS]Adds breaking change for index patterns (#35318)
* add index breaking change

* add migrate info

* pr feedback

* pr feedback

* move index pattern change to 7.1

* fix version number
2019-04-30 17:06:12 -04:00
Mikhail Shustov
cdb87380c8
[New platform] Introduce start phase for core services on server (#35297) (#35791)
* introduce start phase. setup is bloated with start functionality

* fix amp typings: server is part of start contract now

* update mock files

* root.start(): necessary to run test server

* expose  setup&start server api to simplify testing

* move tests to the new API

* test servers also should call root.start()

* update docs

* update snapshots: this functionality is tested in http server

* split setup/start phases

* update docs

* expose http server if it not started

to get rid of Optional<HttpServer> type and make it Require<HttpServer>

* adopt test to exposed Http server via SetupContract

* udpate docs

* cleanup apm changees

* check legacy service setup before start

* check http server setup before start

* restrict server options mutation; unify Promise interface for setup

* introduce start pahse for plugins service for parity with client side

* Revert "introduce start pahse for plugins service for parity with client side"

This reverts commit c04fdd2e26.
2019-04-30 14:27:10 +02:00
Brandon Kobel
7943f9895d
Feature Controls - Read only badges (#35252) (#35758)
* Adding readonly badge to the discover application

* Dashboard get a badge

* Visualize gets a badge

* Timelion gets a badge

* Canvas gets a badge

* Maps gets a badge

* Infra gets a badge

* Graph gets a badge

* Dev Tools gets a badge

* Index Patterns get badges

* Advanced Settings get badges

* Infra and i18n are super chill friends

* Using proper i18n prefix for xpack

* Adding badges to the uptime application

* APM gets a badge!

* Adding functional tests for the discover read-only badge

* Functional tests for everyone!

* Removing unused import

* Fixing chrome service mock

* Switching from ChromeBadge | null to ChromeBadge | undefined

* Fixing canvas badge assertst

* Fixing Logs ui capabilities

* More ChromeBrand | null to ChromeBrand | undefined related changes

* Using named badges

* Revert "Using named badges"

This reverts commit c0e341bee1.

* i18n'ing the uptime read-only badges

* Adding ChromeService tests for badges

* Starting to add tests for the legacy badge API

* Changing capitalization of "Read Only" to "Read only"

* Adjusting styles

* Adding $setupBadgeAutoClear tests

* Changing the badge tooltip

* Fixing timelion i18n prefix

* Changing where Canvas sets the breadcrumbs

* Using a read-only badge with an icon

* Update x-pack/plugins/canvas/public/angular/controllers/canvas.js

Co-Authored-By: kobelb <brandon.kobel@gmail.com>

* Update src/legacy/core_plugins/timelion/public/app.js

Co-Authored-By: kobelb <brandon.kobel@gmail.com>

* Changing discover's read-only verbiage

* Removing tests for code that moved to an untested part of Kibana

* Fixing issues introduced with the rebase

* Fixing priv ileges snapshot

* Adding back dropped docs

* Fixing plugin plugin doc

* Ensuring iconType is set as well

* Updating badge api, angular components moved

* graph to Graph

* Fixing linter

* Switching from aria-label to data-test-badge-label for testing

The tabIndex allows screenreaders to work properly

* Fixing eslint error

* Fixing more issues introduced by the merge from master

* APM updates badge in React hook

* Applying changes suggested by Aleh
2019-04-29 13:52:21 -07:00
Sarah Hersh
5286d7df2d [DOCS] Updates docs for Console (#35505)
* update docs and screenshots

* [DOCS] Updates Console text and images
2019-04-25 10:01:35 -04:00
kobelb
86e1b5668a Fixing security token auth doc link 2019-04-23 18:09:38 -07:00
Brandon Kobel
ad7f7cdd95
[DOCS] - Adding token auth docs (#35431) (#35511)
* Adding token auth docs

* Revising based on Aleh's input

* Restructuring the token docs a bit

* Linking from the bullets

* More revisions, thanks Gail!!

* Whoops, accidentally added intead of replaced a sentence

* Clarifying the behavior when using both basic and token auth
2019-04-23 15:18:09 -07:00
Sarah Hersh
1dcdb7370d fix link for 18n settings (#35413) 2019-04-22 14:14:52 -04:00
gchaps
1e5e69913e [DOCS] Adds info about adding Timelion to side nav (#35354) 2019-04-19 12:29:29 -07:00
Nathan Reese
02c3478b77
[Maps] layer level filtering and classification styling docs (#34895) (#35357)
* [Maps] layer level filtering and classification styling docs

* decrease screen shot size

* add note about styling line geometries

* feedback

* asciidoc syntax

* updates from pairing up with gchaps

* add example for static styling

* Update docs/maps/vector-style.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/vector-style.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* Update docs/maps/vector-style.asciidoc

Co-Authored-By: nreese <reese.nathan@gmail.com>

* combine class intro sentences into single sentence
2019-04-19 10:55:20 -06:00
Brandon Kobel
a1b149e628
Removing mention of legacy roles (#35263) (#35292)
* Removing mention of legacy roles

* Removing more legacy references
2019-04-18 09:20:02 -07:00
Sarah Hersh
bda5da67e1 add logging.json setting (#34581) 2019-04-18 09:35:29 -04:00
Tim Roes
a33da0fcd3
Remove notification dependency from uiSettings (#35239) (#35287)
* Remove notification dependency from uiSettings

* Update API docs

* Fix prettier

Still had eslint not setup correctly for TS files

* Change i18n id
2019-04-18 14:11:51 +02:00