Commit graph

1009 commits

Author SHA1 Message Date
Andrew Cholakian c5e57e8848
[Uptime][Docs] Fix ref to index aliases in docs (#42094) 2019-07-29 09:09:04 -05:00
Mikhail Shustov 8b7164225d
Export public http interfaces (#42001)
* re-export http types

* update docs
2019-07-26 17:54:23 +02:00
gchaps a6b8036283
Updates getting started guide (#41778)
* [DOCS] Updates images in Getting Started

* [DOCS] Updates getting started

* [DOCS] Updated gs based on review comments

* [DOCS] Updates links to sample data

* [DOCS] Fixes broken links

* [DOCS] Minor edits to GS
2019-07-25 13:46:23 -07:00
Mike Côté 2cd3094ed7
Task manager enhancements for error handling in alerting and actions (#39829)
* Allow mtask definitions to overwrite default setting maxAttemps

* Leverage scheduledAt from task manager

* Treat maxAttempts like attempts and not retries

* Add support for second intervals

* Min 1 attempt

* Reverse relying on scheduledAt

* Add new startedAt attribute in task manager that keeps track when task started running

* Don't extend runAt when claiming a task

* Remove startedAt from state

* Attempt trying to define custom getBackpressureDelay function

* Pass error object to getBackpressureDelay

* Cleanup processResultForRecurringTask code

* Add backpressure to timed out tasks

* Change default timeout backpressure calculation

* getBackpressureDelay to return seconds instead of milliseconds

* Add comment for task store query

* Compress query

* Revert alert / actions specific code

* Add more interval tests

* Fix failing jest tests

* Fix test

* Add more unit tests

* Fix integration tests

* Fix sorting of tasks to process

* WIP

* Always provide error when getBackpressureDelay is called

* Rename getBackpressureDelay to getRetryDelay

* retryAt to be calculated from timeout time by default

* Remove invalid test

* Add unit tests

* Consider timeout before scheduling a retryAt

* Remove backpressure terminology

* Remove support for 0 based intervals and timeouts

* Apply PR feedback

* Fix last place using Math.abs

* Modify migrations to allow running a script when converting an index to an alias

* Convert task manager to use saved objects

* Fix broken test

* Fix broken tests pt1

* Remove index from task manager config schema

* Accept platform changes

* PR feedback

* Apply PR feedback

* Apply PR feedback pt2

* Apply PR feedback pt3

* Apply PR feedback pt4

* Fix feedback pt3

* Rename RawSavedObjectDoc to SavedObjectsRawDoc
2019-07-25 12:36:36 -04:00
Mikhail Shustov 3f728334d0
AuthResultData configures response headers (#41775)
* extend AuthResultData with response headers

* add tests

* update docs

* rename headers --> requestHeaders to clarify intention

* update docs

* address comments
2019-07-25 07:40:59 +02:00
Lisa Cawley 1058eaf562
[DOCS] Clarifies xpack.security.enabled setting (#41904) 2019-07-24 09:29:11 -07:00
gchaps f1ca9b50e6
[DOCS] Updates images and adds example to rollup jobs doc (#41839)
* [DOCS] Updates images and adds example to rollup jobs doc

* [DOCS] Edits to rollup text
2019-07-24 08:16:03 -07:00
Court Ewing 9950b39cf9
[csp] reject legacy browsers by default (#41700)
* [csp] reject legacy browsers by default

The csp.strict config is now enabled by default, so legacy browsers like
IE11 will not be able to access Kibana unless the deployment has
explicitly enabled it.

* docs: csp.strict breaking change
2019-07-24 09:16:52 -04:00
gchaps 751f2ee2e6
[DOCS] Updates Console doc (#41371)
* [DOCS] Updates Console doc

* [DOCS] Incorporates comments on Console docs

* [DOCS] Updated Console images
2019-07-23 10:58:45 -07:00
gchaps 1ba93c0936
[DOCS] Puts Spaces content on single page (#41536)
* [DOCS] Puts Spaces content on single page

* [DOCS] Incorporates review comments

* [DOCS] Incorporated review comments
2019-07-23 10:25:17 -07:00
Tim Roes e1bc154478
GoodBye Notifier (#41663)
* Begin notifier removal

* Remove remaining notifier traces

* Remove dead translations

* Remove Angular from config listener

* Import angular-sanitize explicitly in map
2019-07-23 18:26:50 +02:00
Flexmonster Pivot Table ac141ea1fd Added Flexmonster Pivot Table to known plugins list (#41655)
* Add Flexmonster Pivot Table to known plugins list

* Update docs/plugins/known-plugins.asciidoc

Co-Authored-By: Larry Gregory <lgregorydev@gmail.com>
2019-07-23 11:49:45 -04:00
Mikhail Shustov 4e73b1865a
Narrow type of PluginDeps to an object (#40846)
* Narrow type of PluginDeps to an object

* re-generate docs
2019-07-23 10:48:32 +02:00
Mikhail Shustov 3467c45e04
core doesn't use Record<string, unknown> for public API (#41448)
* core contracts don't use unknown to support type assignment

limitations of https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#-k-string-unknown--is-no-longer-a-wildcard-assignment-target

* regenereate docs

* remove type over-write
2019-07-23 10:12:17 +02:00
Kaarina Tungseth 099f434542
[DOCS] Adds missing Timelion link (#41709) 2019-07-22 16:28:55 -05:00
Kaarina Tungseth 94a9b91c8f
[DOCS] Changed Visual Builder to TSVB (#39539)
* [DOCS] Changed Visual Builder to TSVB

* Reorg of interface changes

* Content reorg

* Updated image

* Added task content

* Content conslidation

* Final clean up

* Comments from Gail
2019-07-22 16:00:15 -05:00
Catherine Liu a90ba21fea
[Canvas] Removes doc links from backticks. (#41601) 2019-07-22 10:15:32 -07:00
Kaarina Tungseth f5350f073a
[DOCS] Timelion cleanup (#41381) 2019-07-22 10:07:11 -05:00
Zacqary Adam Xeper 82dfb8db7d
[Docs] Add simple phrase highlighting to Logs UI (#41610)
* [Docs] Add simple phrase highlighting to Logs UI

* Fix heading level
2019-07-22 09:50:41 -05:00
Catherine Liu e356de8cd6
[Canvas] Updates esdocs default count to 1000 (#41604) 2019-07-19 16:52:10 -07:00
Brandon Morelli 600bcb6304
docs: lowercase app (#41612) 2019-07-19 13:41:10 -07:00
James Rodewig 6d7ccbe2a0
[DOCS] Update anchors and links for Elasticserach API relocation. (#41372) 2019-07-19 15:16:57 -04:00
Tim Sullivan b2cd01e1be
[Docs/Reporting] More information about HTTP / script stuff (#41200)
* [Docs/Reporting] More information about HTTP / script stuff

* "post url" formatting consistency

* consistent wording from 1 paragraph to another

* Update docs/reporting/response-codes.asciidoc

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

* pr feedback

* subs=attributes, version in command example

* "Retry-After" content

* another feedback
2019-07-18 14:41:43 -07:00
gchaps a4252143ac
[DOCS] Fixes bulleted list in snapshot doc (#41475) 2019-07-18 09:12:43 -07:00
Brandon Morelli 6105367f8c
[docs][APM] Breakdown graph and screenshots (#41175) 2019-07-18 08:15:32 -07:00
liza-mae 48e007aa07
Update functional test doc (#41276) 2019-07-18 08:55:33 -06:00
gchaps fe23275067
[DOCS] Puts all watcher content on one page (#41390) 2019-07-17 10:48:05 -07:00
Kaarina Tungseth ead04c02ce
[DOCS] Overhaul of Timelion content (#40203)
* [DOCS] Moved Timelion content under Visualize section

* TOC fix

* Removed the dashboard content

* Added images and reorganized content

* Changes to conditional content

* More content reorganization and updated images

* Final clean up

* Comments from Gail
2019-07-16 10:53:51 -05:00
Mikhail Shustov 51374d6a91
decouple sessiontStorageFactory creation from registerAuth (#40852)
* decouple sessiontStorageFactory creation from registerAuth

* expose to plugins

* re-generate docs

* fix mocks
2019-07-16 16:39:14 +02:00
Lisa Cawley 6acb461645
[DOCS] Fixes broken reporting links (#41195) 2019-07-15 14:14:45 -07:00
James Rodewig 0ce7edc0a1
[DOCS] Fix broken snapshot anchor links (#41184) 2019-07-15 16:30:17 -04:00
Michail Yasonik add1c05743
update table vis options tab docs to include total and percentage settings (#40504) 2019-07-15 13:03:38 -07:00
Tim Sullivan e24440e8e7
[Docs/Reporting] Improve docs on automating Reporting (#40931)
* [Docs/Reporting] Improve docs on automating Reporting

* Update docs/reporting/automating-report-generation.asciidoc

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

* Update docs/reporting/script-example.asciidoc

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

* Update docs/reporting/script-example.asciidoc

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

* --wip-- [skip ci]

* word change
2019-07-15 12:52:42 -07:00
Lisa Cawley 58a319dab0
[DOCS] Fixes experimental annotations (#40376) 2019-07-15 10:16:38 -07:00
Brandon Morelli 7731e5ba94
docs: fix link (#41126) 2019-07-15 08:10:13 -07:00
Brandon Morelli 171f8a2698
[docs][uptime] Add links from kibana to uptime (#41024)
* docs: add links from kib -> uptime

* fix DTD error
2019-07-15 07:43:53 -07:00
James Rodewig 8571d56839
Revert "[DOCS] Fix broken links for ES API docs move (#41001)" (#41056)
This reverts commit dd34150467.
2019-07-12 17:40:59 -04:00
Nathan Reese 1f09b16715
[skip ci][Maps] rework terms join documentation (#40005)
* [Maps] revamp terms join docs

* clean up

* clarify how join adds properties to left source features

* move configuration to relavent area

* add sentence explaining that features without join properties are not visible

* paired with gchaps for edits

* cleanup

* suggested changes from gchaps
2019-07-12 13:05:42 -06:00
gchaps 8c22f0883e
[DOCS] Updates Snapshot and Restore docs (#40894) 2019-07-12 11:29:57 -07:00
Brandon Morelli 7c90d9d6ff
docs: fix uptime link (#41016) 2019-07-12 09:27:02 -07:00
James Rodewig dd34150467
[DOCS] Fix broken links for ES API docs move (#41001) 2019-07-12 12:15:40 -04:00
Brandon Morelli 9903d2e772
[docs][uptime] Add Uptime Monitoring Guide (#40566)
* docs: uptime guide first draft

* docs: uptime guide updates

* docs: clean up duplication

* docs: nits

* temporarily remove link from kib to uptime

* reviewer feedback

* change from getting started to install
2019-07-12 09:02:58 -07:00
Lisa Cawley 19abe936d2
[DOCS] Removes links to out-dated ML tutorials (#40943) 2019-07-12 08:36:19 -07:00
Catherine Liu b87cc7d27b
[Canvas][Docs]Fixes multi arg annotation (#40934) 2019-07-11 17:31:16 -07:00
Nathan Reese f961b8b10b
[skip ci][maps] clarify data driving styling behavior when there is no range (#40884)
* [skip ci][maps] clarify data driving styling behavior when there is no range

* remove extra words

* feedback
2019-07-11 17:16:19 -06:00
Nathan Reese 92d7dbe3e5
[skip ci][maps] troubleshooting documentation (#40539)
* trouble shooting docs

* more details

* gchaps feedback
2019-07-11 17:15:06 -06:00
Catherine Liu 5103e5bee0
Fixes Canvas doc headers (#40921) 2019-07-11 15:36:28 -07:00
Catherine Liu 0166246fb8
[Canvas][Docs] Merge Canvas function references (#38300)
* Synced up docs with function defs

* Updated docs with changes from PR #37305

* Merged canvas function ref into a single doc

* Fixed arg order

* Fixed typo

* Added alphabet links

* Added alphabet headers

* Removed B header

* Added missing args from

* Added edits from PR #37614

* Updated containerStyle

* Removed metafields. ESSQL doesn't support retrieving metafields

* Edits to function copy

* More edits

* More edits

* Final round of edits

* Fixed i18n errors

* Addressing feedback

* Fixed jest test

* Fixed missing import

* Fixed i18n error

* Restored metaFields arg in esdocs

* Extracted i18n string constants

* Fixed i18n errors

* Updated translation files
2019-07-11 14:47:56 -07:00
Mikhail Shustov ed6696251c
expose ES createClient to plugins (#40717) 2019-07-11 09:32:35 +02:00
Lisa Cawley 0a78b428b9
[DOCS] Fixes typo (#40668) 2019-07-10 15:16:30 -07:00