Commit graph

1276 commits

Author SHA1 Message Date
Kaarina Tungseth
a62fa37d08
[DOCS] Removed plugin-dir (#47488) (#47506) 2019-10-07 14:47:28 -05:00
Larry Gregory
9bf7fb128c
[7.x] Honor current search criteria when exporting saved objec… (#47466)
* honor current search criteria when exporting saved objects

* adding core docs
2019-10-07 12:30:36 -04:00
Mikhail Shustov
3ab833759e
Expose injectMetadata service temporarily (#47319) (#47404)
* expose injectMetadata until config service provided

* add functional test

* update types

* fix tests. injectMetadata is a part of plugin contract

* add comment about injectedVars API
2019-10-05 19:56:31 +02:00
Kaarina Tungseth
7230f24843
[DOCS] Specifies deprecated setting for 7.x (#46162) (#47349) 2019-10-04 12:01:42 -05:00
Karen Metts
33448d690d
Update link to ls monitoring settings (#47296) 2019-10-03 20:30:55 -04:00
Josh Dover
003c3b855e
[7.x] Simplify generics for IContextContainer (#46538) (#47266) 2019-10-03 16:53:30 -05:00
Kaarina Tungseth
c472ccfb9b
[DOCS] Added content for unique index pattern name (#47066) (#47270) 2019-10-03 16:16:51 -05:00
Xavier Mouligneau
aa36b9e994
Add KQL functionality in the find function of the saved objects (#41136) (#47182)
* Add KQL functionality in the find function of the saved objects

wip

rename variable from KQL to filter, fix unit test + add new ones

miss security pluggins

review I

fix api changes

refactor after reviewing with Rudolf

fix type

review III

review IV

for security put back allowed logic back to return empty results

remove StaticIndexPattern

review V

fix core_api_changes

fix type

* validate filter to match requirement type.attributes.key or type.savedObjectKey

* Fix types

* fix a bug + add more api integration test

* fix types in test until we create package @kbn/types

* fix type issue

* fix api integration test

* export nodeTypes from packages @kbn/es-query instead of the function buildNodeKuery

* throw 400- bad request when validation error in find

* fix type issue

* accept api change

* renove _ to represent private

* fix unit test + add doc

* add comment to explain why we removed the private
2019-10-03 08:42:35 -04:00
Kaarina Tungseth
c97928f023
[DOCS] 7.4 release notes (#47149)
* [DOCS] 7.4.0 Release Notes

* Removed Code and addressed comments

* Removed 39044, 41204 and 42097 from Platform category

* Update CHANGELOG.asciidoc
2019-10-02 13:54:42 -05:00
Larry Gregory
8fb34c0c40
[7.x] Support space-specific default routes (#44678) (#47134) 2019-10-02 13:13:21 -04:00
gchaps
58537a246a
[DOCS] Updates highlights doc to link to release blogs (#47061) 2019-10-01 11:15:45 -07:00
Rudolf Meijering
a6ea76b209
Move KibanaMigrator into Server SavedObjectsService (#43433) (#47011)
* Rename SavedObjectsService -> SavedObjectsLegacyService

* Expose legacy pluginSpecs from Core LegacyService

* Expose legacy uiExports from Core LegacyService

* Move kibana config to NP

* Expose pluginExtendedConfig from LegacyService

* Make KibanaMigrator NP compatible

* KibanaMigrator -> NP SavedObjectsService

* SavedObjectsService never stop retrying ES connection error

* Move waiting for migrations to complete till after legacy service start

* Fix ESArchiver's KibanaMigrator

* Fix reload logging config tests

* Run migrations on savedobjects start

* Fix env tests

* Fix and make legacy tests more robust/isolated

* Cleanup code

* Fix invalid config test

* Fix SavedObject Migrations logging test

* SavedObjectsService tests

* Lifecycle logging and improve getting kibanaConfig instance

* Fix awaitMigration bug and test

* Fix typing error

* Review comments

* Remove unecessary KibanaConfig class

* Move legacy plugin config extension, specs, uiExports entirely into Core

uiExports, specs, disabledSpecs, config now get injected into KbnServer

* Fix config deprecation test

* Use existing logger mock

* Create SavedObjectsConfig for migration config

* Define KibanaMigratorContract type

* KibanaMigratorContract -> IKibanaMigrator + docs improvements

* Fix esArchiver's KibanaMigrator

* Fix plugin generator integration test

* ConfigServiceContract -> IConfigService

* Address review comments

* Review nits

* Document migrations.skip config

* Review comments continued...

* awaitMigrations -> runMigrations

* Type improvements
2019-10-01 11:09:17 +02:00
Rudolf Meijering
1e2f6d8b1f
Expose serverBasePath fixes #45991 (#45995) (#46966)
* Expose serverBasePath fixes #45991

* Review comments

* Fix basepath mock types

* AppBasePathContract -> IBasePath

* Match basepath test description with assertion

* Fix eslint errors
2019-10-01 09:11:51 +02:00
Nate Archer
56e92491b7
[Code]: Add content for cloning repositories (#46389) (#46982)
* [DOCS] Fix beta tag in Code Docs

* Add additional content about cloning repos

* More grammar edits

* Address Gail's feedback.

* Fix build errors

* Another build fix
2019-09-30 15:51:06 -05:00
Lisa Cawley
8814b0c2b5
[DOCS] Updates links to Watcher content (#46636) (#46871) 2019-09-30 10:17:46 -07:00
Lisa Cawley
8bcd0b19cf
[DOCS] Fixes links to monitoring documentation (#46737) (#46868) 2019-09-27 15:58:31 -07:00
gchaps
250ee854b8
[DOCS] Fixes typo in dashboard doc (#46847) (#46857) 2019-09-27 14:00:57 -07:00
gchaps
eb19c7a3c9
[DOCS] Adds note to troubleshooting migration topic (#46815) (#46827) 2019-09-27 10:57:48 -07:00
Kaarina Tungseth
97b6178e4a
[DOCS] Added link names to configure-reporting page (#46805) (#46810) 2019-09-27 11:16:15 -05:00
Josh Dover
300ccb763f
[7.x] Make request and response properties conditionally avail… (#46725)
* Make request and response properties conditionally available during HTTP interception

* Address review comments, fix request reference in http service tests
2019-09-26 16:47:18 -05:00
Lukas Olson
d85b30a2d2 Add docs for courier:batchSearches UI setting (#46053)
* Add docs for courier:batchSearches UI setting

* Update ui_setting_defaults.js

* Update ui_setting_defaults.js

* Update advanced-options.asciidoc

* Update advanced-options.asciidoc

* Update ui_setting_defaults.js

* Update advanced-options.asciidoc

* Update ui_setting_defaults.js
2019-09-25 17:37:00 -07:00
gchaps
b312d9f140
[DOCS] Adds highlights for 7.4.0 release (#46616) 2019-09-25 14:14:57 -07:00
Kaarina Tungseth
21dec189e5
[7.x] [DOCS] Updates to Reporting docs (#46158) (#46518)
* [DOCS] Updates to Reporting docs (#46158)

* [DOCS] Updated to Reporting docs

* Updated with review comments

* Removed float tag
2019-09-25 12:05:48 -05:00
Lisa Cawley
dfe1aa02d7
[DOCS] Update machine learning screenshots (#44555) (#46591) 2019-09-25 09:19:27 -07:00
gchaps
14152e13ce
[DOCS] Updates time picker content in Discover doc (#46516) (#46600)
* [DOCS] Updates time picker content in Discover doc

* [DOCS] Incorporates review comments in time filter doc
2019-09-25 09:06:52 -07:00
Tim Roes
12a76df1b1
Style guide cleanup (#46464) (#46559)
* Remove angular styleguide

* Remove SASS reference only file

It's still linked in the STYLEGUIDE.md document

* Cleanup HTML styleguide

* More cleanup

* Cleanup API style guide

* Remove architecture style guide

* Merge into STYLEGUIDE.md

* add attribution back on

* Change doclink to style guide

* Change wording and remove more rules

* Update STYLEGUIDE.md

Fix typos

Co-Authored-By: Stacey Gammon <gammon@elastic.co>
2019-09-25 13:19:15 +02:00
Brandon Morelli
0c5073be16
docs: move uptime guide to shared versions (#45378) (#46561) 2019-09-25 12:06:44 +02:00
Brandon Morelli
ba53ee2dc9
docs: add tip on agent config in a dt (#43301) (#46556) 2019-09-25 11:34:48 +02:00
Brandon Morelli
16c30488ee
[docs][APM] Update APM screenshots (#46235) (#46554) 2019-09-25 11:34:20 +02:00
Josh Dover
721802d456
[7.x] Update @microsoft/api-extractor + @microsoft/api-documen… (#46343) 2019-09-24 17:32:05 -05:00
benskelker
a3e6c95eb9
7.4 updated SIEM screenshot (#46430) 2019-09-24 10:36:53 +03:00
benskelker
78ad0195b8
[Docs] [Backport] 7.x siem advanced settings (#46428)
* Add advanced SIEM settings

* Correct description of siem:defaultIndex field
2019-09-24 09:55:34 +03:00
Nate Archer
2ae67293c1
[Code][Docs]: Hide Ctags documentation (#46266) (#46284)
* [DOCS] Fix beta tag in Code Docs

* Hide Ctag documentation
2019-09-23 09:15:10 -05:00
gchaps
0c498e49cf
[DOCS] Adds content for customized filters (#46203) (#46247) 2019-09-20 08:55:47 -07:00
gchaps
69ea45befd
[DOCS] Adds breaking changes for 7.4 (#46195) 2019-09-20 07:41:08 -07:00
Larry Gregory
e9ea5fb52f
Spaces - updating moving SO between spaces docs (#45843) (#46183)
* updating moving SO between spaces docs

* mark api as beta

* apply review suggestions
2019-09-19 17:45:54 -04:00
Spencer
5f6f49a963
[7.x] [docs] jenkins piplines (#46080) (#46147)
* [docs] jenkins piplines

add some docs describing how to find the logs for specific failed steps in pipelines

* fix typo
2019-09-19 10:12:01 -07:00
Chris Cowan
d226c8c298
[Infra UI] Display non-metric details on Node Detail page (#43551) (#46049)
* [Infra UI] Display non-metric details on Node Detail page

- Closes #42689
- Adds NodeDetails component

* clean things up a bit

* Change hook order

* Start of docs changes

* Making expand button more consitent

* Update docs for this minor change

* Changing handleClick to toggleIsOpen

* Optimizing fields slice
2019-09-18 13:20:55 -07:00
Kaarina Tungseth
b99d37bb5f
[DOCS] Changes name to host (#45798) (#45908) 2019-09-18 13:58:55 -05:00
Lisa Cawley
fcf27baef1
[DOCS] Move Graph in Kibana TOC (#45957) (#46058) 2019-09-18 11:06:10 -07:00
Lisa Cawley
1cb8098c16
[DOCS] Updates data frame transform terminology (#45967) 2019-09-18 10:05:59 -07:00
Larry Gregory
45cc8d2aa5
[7.x] Custom space avatar images (#45148) (#46019)
* First changes for avatar images

* Added the ability to have custom images for space avatars

* Partial changes as requested by reviewers

* Final commit for space avatar images PR

* Wrapping avatar file name

* Colour picker always enabled, to allow background change for transparent svgs

* All the changes requested in the last review

* Fixes the type_check test errors

* Fixing the rendering errors for space pages

* Another batch of changes as requested by review

* Some more snapshot tests

* Last batch of changes

* Fixed the type_check test

* API doc updates

* Removed comment

* Removed imageUrl from state


Co-authored-by: Larry Gregory <larry.gregory@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2019-09-18 12:56:17 -04:00
gchaps
927204cda9
[DOCS] Fixes to install and plugin docs (#45917) (#46037)
* [DOCS] Fixes to install and plugin docs

* [DOCS] Adds links to references in code
2019-09-18 09:26:21 -07:00
Kaarina Tungseth
7fb9d01739
[DOCS] Updated API experimental notes (#46008) (#46032) 2019-09-18 11:02:27 -05:00
Aaron Caldwell
0f9a984df8
[skip-ci][Maps][File upload] Geojson indexing and styling docs (#41394) (#45898)
* Mostly complete, first pass on file upload getting started

* More edits. Add supporting images

* Change name to 'indexing'

* Review feedback

* Update integrated example text per review feedback

* Rename integrated example -> data tutorial

* Add back accidentally deleted Select Source image file

* Review feedback

* Review feedback

* Move tutorial before troubleshooting

* Review feedback
2019-09-18 09:55:27 -06:00
Josh Dover
7c29e26926
[7.x] Move ui/notify banners to New Platform (#43610) (#45956)
* Move ui/notify banners to New Platform (#43610)

* Fix Lens component
2019-09-18 10:38:25 -05:00
James Rodewig
dba7db7acd
[DOCS] Update CCR links (#44012) (#45951) 2019-09-18 08:19:53 -04:00
Lisa Cawley
fa968cc6d1
[DOCS] Move machine learning details out of Kibana Guide (#45855) (#45959) 2019-09-17 14:44:55 -07:00
Nate Archer
1461ec8892
[DOCS][CODE]: Fix TOC issue for renamed Code page (#45700) (#45719)
* [DOCS] Fix beta tag in Code Docs

* Fix TOC issue for renames Code page
2019-09-17 11:52:40 -05:00
Kaarina Tungseth
8894251d24
[DOCS] Changed discover to home in configuring docs (#45827) (#45835) 2019-09-17 10:28:28 -05:00
Nicole
395487d99b Added an inclusion of, "This setting is off by default..." (#42501) (#44578)
* Added an inclusion of, "This setting is off by default..."

* Update docs/management/advanced-options.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
2019-09-16 16:17:56 -04:00
gchaps
e74e1c441d
[DOCS] Updates Index Management doc to include index templates (#45424) (#45792)
* [DOCS] Updates Index Management doc to include index templates

* [DOCS] Added example of creating a template

* [DOCS] Incorporates review comments

* [DOCS] Fixes typo
2019-09-16 12:15:09 -07:00
gchaps
f110d8ff11
[DOCS] Adds docs for snapshot lifecycle management (#45485) (#45789)
* [DOCS] Adds docs for snapshot lifecycle management

* [DOCS] Incorporates review comments and fixes images
2019-09-16 10:36:47 -07:00
Kaarina Tungseth
d421a2cc22
[7.x] [DOCS] New template for APIs (#39298) (#45282)
* Clean up

* Dashboard export API

* More changes

* role-management and saved-objects

* Clean up

* Final clean up

* Clean up

* Moved labels to appropriate places

* Fixed rogue commits

* Comment from Aleh
2019-09-16 11:04:28 -05:00
Nathan Reese
3f44e8f2da
[skip-ci][Maps] document EMS request domains (#45739) (#45786) 2019-09-16 09:08:21 -06:00
Lisa Cawley
f8f95bb6c8
[DOCS] Moves graph content into user folder (#45591) (#45705) 2019-09-13 14:11:05 -07:00
Lisa Cawley
d9e6c2d5a5
[DOCS] Moves monitoring content into user folder (#45594) (#45676) 2019-09-13 11:38:34 -07:00
gchaps
c906efa24f
[DOCS] Updates Graph documentation (#45597) (#45651)
* [DOCS] Updates Graph documentation

* [DOCS] Incorporates review feedback
2019-09-13 11:34:03 -07:00
Lisa Cawley
347dd47f63
[DOCS] Moves reporting content into user folder (#45588) (#45660) 2019-09-13 10:54:37 -07:00
Larry Gregory
e28bf7a881
Adding copy-to-space section to saved objects docs (#45513) (#45575)
* adding copy-to-space blurb to saved objects docs

* Apply suggestions from code review

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

* apply code review suggestions

* Update docs/management/managing-saved-objects.asciidoc

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>
2019-09-12 20:43:45 -04:00
Lisa Cawley
bf1dded7c2
[7.x] [DOCS] Moves security content into user folder (#45555) (#45564) 2019-09-12 15:57:59 -07:00
Nathan Reese
5161203529
[skip-ci][Maps] Point to point source docs (#45441) (#45589)
* [skip-ci][Maps] Point to point source docs

* review feedback
2019-09-12 16:54:58 -06:00
Lisa Cawley
65c5a5dc74
[DOCS] Moves ml content into user folder (#45482) (#45540) 2019-09-12 09:57:41 -07:00
gchaps
81a3dad6c2
[DOCS] Updates Saved objects docs (#45310) (#45480)
* [DOCS] Updates Saved objects docs

* [DOCS] Incorporates review comments

* [DOCS] Changed intro per review comments

* [DOCS] More updates to Saved objects doc
2019-09-12 08:12:10 -07:00
Lisa Cawley
aff236ebd6
[7.x][DOCS] Adds user folder (#45449) 2019-09-11 13:30:52 -07:00
Rudolf Meijering
aa435f19ad
[DOCS] Dashboard API breaking changes from #41125 (#45267)
* Document breaking changes from #41125

* Review comments
2019-09-11 19:47:19 +02:00
Lisa Cawley
6b2c86368f
[DOCS] Creates developer folder (#45280) (#45319) 2019-09-10 17:39:34 -07:00
Nathan Reese
8c20028633
[skip-ci][Maps] Update search docs (#45307) (#45308)
* [skip ci][Maps] Update search document section with new features

* Update docs/maps/search.asciidoc

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

* Update docs/maps/search.asciidoc

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

* Update docs/maps/search.asciidoc

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

* Update docs/maps/search.asciidoc

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

* Update docs/maps/search.asciidoc

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

* Update docs/maps/search.asciidoc

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

* Update docs/maps/search.asciidoc

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

* review feedback

* review feedback

* remove trailing .html from link
2019-09-10 15:39:53 -06:00
Andrew Cholakian
b89ece5bdc
[Uptime][Docs] Add deployment architecture section (#43028) (#44794)
This commit better documents recommended deployment architecture for Uptime.
2019-09-10 13:42:44 -05:00
gchaps
b1f05f39fd
[DOCS] Adds 7.3.2 Release Notes (#45295) 2019-09-10 11:30:48 -07:00
gchaps
22825ef3a1
[DOCS] Updates RN and breaking changes (#45204)
* [DOCS] Updates RN and breaking changes

* Changed Import to import
2019-09-09 14:13:41 -07:00
Aleh Zasypkin
6341714d82
[7.x] Move base feature controls functionality from XPack Main plugin to a dedicated XPack Features plugin. (#45172) 2019-09-09 20:57:35 +02:00
benskelker
fe564af2c8
Updated SIEM network image for 7.4 (#45163) 2019-09-09 20:47:02 +03:00
Lisa Cawley
a9d275d8d8
[DOCS] Updates location of version attribute for Kibana Guide (#45084) 2019-09-06 16:13:38 -07:00
Lisa Cawley
49c13020ca
[DOCS] Create developer guide part (#44954) (#45066) 2019-09-06 15:53:04 -07:00
Nate Archer
05d196cfa0
[DOCS][CODE]: Code docs grammar edits and adjustments (#44838) (#45039)
* [DOCS] Fix beta tag in Code Docs

* [DOCS][7.x][CODE]: Code docs grammar edits and adjustments

* Address Gail's feedback

* More feedback
2019-09-06 15:09:39 -05:00
Lisa Cawley
2491e92bef
[DOCS] Change title of Kibana book (#44957) (#45022) 2019-09-06 10:40:36 -07:00
Nathan Reese
df5683e29f
[Maps] Update titles and descriptions for data sources (#44833) (#44960)
* [Maps] Update titles and descriptions for data sources

* update kibana tilemap source description

* Update x-pack/legacy/plugins/maps/public/layers/sources/es_pew_pew_source/es_pew_pew_source.js

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

* update functional test dataTestSubj click handles based on source name changes

* update TMS source descriptions to be more consistent
2019-09-06 06:10:37 -06:00
Tim Sullivan
f6c62fa5fa
[Reporting] add capture.maxAttempts setting (#44011) (#44850)
* [Reporting] add capture.maxAttempts setting

* restore default in code, so tests will pass

* --wip-- [skip ci]

* write test

* fix test

* update error message with value
2019-09-05 21:31:24 -07:00
Nathan Reese
0a93fd147c
[skip-ci][Maps] Improve Maps intro page (#44721) (#44962)
* [skip-ci][Maps] Improve Maps intro page

* review feedback

* trim list to 7 items, add link to getting started guide, change all references to app to Elastic Maps

* review feedback

* bold Elastic Maps in intro page
2019-09-05 21:03:38 -06:00
Joe Reuter
edd671e631
[Graph] Listing page and folder restructuring (#44068) (#44865) 2019-09-05 17:54:29 +02:00
Zacqary Adam Xeper
2b1ed7c24b
[Logs UI] Change 'View monitor status' to 'View status in Uptime' (#44518) (#44784)
* [Logs UI] Change 'View monitor status' to 'View status in Uptime'

* Update docs with text change

* Remove docs comment
2019-09-04 14:04:21 -05:00
Marjorie Jones
c3cf9c9964
[DOCS] Remove unused Infrastructure and Logs graphics files (#44649) (#44787)
* Removing unnecessary graphics from Infra and Logs app descriptions, tidying up a couple of graphics to make them consistent

* Another tiny change
2019-09-04 18:38:02 +01:00
Josh Dover
069843e406
Add ApplicationService Mounting (#41007) (#44692) 2019-09-03 15:35:22 -05:00
Christiane (Tina) Heiligers
63bfbc3e0b
Saved queries docs (#43731) (#44686)
* Adds saved query docs to search section

* Adds Saved Queries docs to Discover search

* Makes changes requested by PR review

* Changes 'visualizations and dashboards' to 'Visualize and Dashboard', adds x-pack label back to Read only access section

* Changes some text

* Changes Saving searches section

* Rewords saved queries section

* Changes 'Saved search' to 'saved search', tweeks a few words

* Removes second sentence from intro to saved queries

* Changes save button text reference

* Updates screen shots

* Moves images around, adds a hover instruction to delete a query and adds a screen shot of the delete button

* Makes changes as requested
2019-09-03 11:52:25 -07:00
Marjorie Jones
47f17c7a64
[DOCS] Spellcheck and minor tidying-up/consistency of Logs app content (#43388) (#44604)
* Preliminary changes

* More changes

* Updating Logs app content.

* Few final tweaks after reading through

* Review comments, adding a redirect for a removed bookmark, just in case.
2019-09-02 14:21:59 +01:00
Aleh Zasypkin
e8a68efb1a
[7.x] Document PKI authentication provider. (#44523) 2019-08-30 21:32:58 +02:00
Andrew Cholakian
ac7da4f2ea
[Uptime][Docs] Fix ref to index aliases in docs (#42094) (#42150) 2019-08-30 14:25:56 -05:00
Lisa Cawley
20c4abe0dc
[DOCS] Updates version attributes for 7.x (#44400) 2019-08-29 12:02:25 -07:00
Tyler Smalley
4a4ae9e19c Bump version to 7.5.0
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2019-08-29 09:53:33 -07:00
Brandon Kobel
48aac69ae2
Moving Saved Object APIs from Experimental to Beta (#44140) (#44255)
* Saved Object APIs, now beta!

* Using Gail's word-choice, thanks Gail!!!
2019-08-28 08:49:45 -07:00
gchaps
f1b0094b0f
[DOCS] Adds Filters fix to Release Notes (#44187)
* [DOCS] Adds Filters fix to Release Notes

* [DOCS] Identifies RN item as an issue, not PR
2019-08-28 08:00:49 -07:00
Rudolf Meijering
1d7c0d4cad Response factory parameters as named arguments (#43248) (#43883) 2019-08-23 14:49:36 -05:00
Nik Everett
2778539171 Docs: Fix asciidoctor compatibility (#43473)
This modifies the asciidoc files so they can be built by asciidoctor.
The biggest change is removing callouts that aren't at the end of the
line. To do that I break the examples from one giant line into many
shorter lines.
2019-08-22 14:56:08 -04:00
Brandon Morelli
7185d5004a
fix links (#43796) 2019-08-22 10:47:02 -07:00
KOTungseth
ab935a8e4d [DOCS] Fixes workpad and element links 2019-08-22 11:23:22 -05:00
KOTungseth
c79f5b8253 Final clean up 2019-08-22 11:22:18 -05:00
KOTungseth
3c5b7928e7 Export image 2019-08-22 11:22:06 -05:00
KOTungseth
69b5b6f589 Comments from Catherine 2019-08-22 11:21:51 -05:00
KOTungseth
3f37766d19 xpack 2019-08-22 11:21:34 -05:00