Stacey Gammon
52ee65b8d5
Make owner attribute required on kibana.json ( #108231 )
...
* make owner attribute required
* Add owner properties in more places
* add test for owner attribute
* add error check too in the test
* Fix tests
* fix tests and update docs
* wip
* More test fixes
* Fix All The Errorz
* Adding more owner attributes
* Update x-pack/test/saved_object_api_integration/common/fixtures/saved_object_test_plugin/kibana.json
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
* Update x-pack/test/ui_capabilities/common/fixtures/plugins/foo_plugin/kibana.json
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
* commeeeooonnnn
* Update docs
* soooo many kibanajsons
* adjust plugin generator to add an owner
* Add owner to the plugin generator scripts
* update snapshot
* Fix snapshot
* review updates
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-24 10:02:32 -04:00
Caroline Horn
59ec89bfbe
[NoDataPage] Updating the default messages ( #108799 )
...
* [NoDataPage] Updating the default messages and reusing `title` as default `button` label
* Update default description for agent
* Overview page i18n and snaps
2021-08-17 17:59:15 -04:00
Matthew Kime
2e68ce1a05
Developer guide - index patterns key concepts ( #96017 )
...
* add index patterns key concepts
2021-08-15 08:48:51 -05:00
Caroline Horn
ba14713623
[KibanaPageTemplate] Adding a noDataConfig
for templated add data screens ( #108293 )
2021-08-12 20:01:54 -04:00
Stacey Gammon
ce15c6e81d
Just needed to fix a couple references to bad links but my auto-fix prettier ended up adjusting a lot of lines ( #108438 )
2021-08-12 17:00:19 -04:00
Stacey Gammon
21b080b61b
Clean up Developer Guide ( #108259 )
...
* update plugin docs
* address code review feedback
2021-08-12 14:05:43 -04:00
Joe Portner
c21272cc5b
Sharing saved objects developer guide ( #107099 )
2021-08-10 16:02:45 -04:00
Josh Dover
283349ac2b
Add SO migration testing guidance to testing guide ( #105959 )
2021-08-10 10:52:10 -04:00
Khristinin Nikita
8f22fedba0
Update Styleguide path to .mdx ( #107890 )
...
* Fix Styleduide URL
STYLEGUIDE.md -> STYLEGUIDE.mdx
* Fix type for a path to the scripts folder
2021-08-10 13:15:43 +02:00
Stacey Gammon
2230c032c6
Add a new hello world plugin and adjust the welcome message. ( #107789 )
...
* Add a new hello world plugin and adjust the welcome message.
* update and move files
* Update CODEOWNERS
* add a tsconfig.json file
* update tsconfig.json
* fix type check
* address code review comments
2021-08-09 16:22:02 -04:00
Stacey Gammon
b9f398875a
Add more information on kibana.json properties, update example plugins ( #107600 )
...
* Add more information on kibana.json properties, update example plugin kibana.jsons
* fix auto save fix
* Update anatomy_of_a_plugin.mdx
* Update anatomy_of_a_plugin.mdx
* update based on review comments
* Update anatomy_of_a_plugin.mdx
* Put kibanaVersion back and adjust the explanations of the fields
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-09 13:32:07 -04:00
Josh Dover
e7a05c0110
Move src/core/TESTING.md to mdx ( #107039 )
...
* Move src/core/TESTING.md to mdx
* PR comments
* Fix conventions link
* Fix FTR api config link
2021-08-09 14:03:35 +02:00
Tyler Smalley
b2b57a2404
[dev-docs] Add debugging tutorial ( #104468 )
...
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-12 03:02:20 -04:00
Brian Seeders
194a8a87a8
[Docs] Add a tutorial for how to open a pull request ( #103697 )
2021-07-06 14:35:00 -04:00
Spencer
7442a99168
[dev_docs] add tutorial for setting up a development env ( #103566 )
...
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-28 19:44:29 -04:00
Joe Portner
d4cc6861a1
Update security best practices document ( #100814 )
2021-06-16 18:24:01 -04:00
Stacey Gammon
277212df0b
Update building_a_plugin.mdx ( #101921 )
...
* Update building_a_plugin.mdx
* put back the numbers on the same line
* Add info about requiredBundles
* Fix numbers again
* Update dev_docs/tutorials/building_a_plugin.mdx
Co-authored-by: Mikhail Shustov <restrry@gmail.com>
* Update dev_docs/tutorials/building_a_plugin.mdx
Co-authored-by: Mikhail Shustov <restrry@gmail.com>
Co-authored-by: Mikhail Shustov <restrry@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-14 11:04:27 -04:00
Peter Pisljar
15ab9d70fd
some fixes to expression tutorial ( #101558 )
2021-06-08 13:36:35 +02:00
Greg Back
8a793f50eb
[dev-docs] Fix expression string syntax ( #101419 )
...
Because this isn't in a code block, MDX is trying to interpolate the
`{column1}` value, which is undefined.
2021-06-04 15:02:33 -05:00
Peter Pisljar
a622cd5450
adding expressions dev_docs tutorial ( #101004 )
2021-06-01 06:05:39 +02:00
Caroline Horn
bca1c14f9c
[KibanaPageLayout] Solution Nav specific styles & props ( #100089 )
...
* Fixing sticky nav
* Adding some side bar styles
* Added a built-in solution nav title with avatar icon
* Adding tutorial docs
* Added KibanaPageTemplateSolutionNavAvatar
* Added KibanaPageTemplateSolutionNav
* Increased limit to `core` / `kibanaReact` plugin because of additional CSS
2021-05-25 13:28:05 -04:00
Tiago Costa
ebf77da99b
[dev_docs] How to build a kibana distributable tutorial ( #99827 )
...
* docs(NA): [dev docs] Add how to build a Kibana distributable tutorial
* docs(NA): including last step about building a kibana distributable tutorial
* docs(NA): add dev docs images
* docs(NA): include image for target folder with os packages and distributable
* docs(NA): apply feedback received on the PR review
* chore(NA): add rpm to brew
* chore(NA): update dev_docs/tutorials/building_a_kibana_distributable.mdx
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
* chore(NA): update dev_docs/tutorials/building_a_kibana_distributable.mdx
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
* docs(NA): update docker names to capitalized
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-05-24 16:02:08 +01:00
Jonathan Budzenski
e476029daa
[dev docs] Add sample data tutorial. Closes #98297 ( #99252 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-05-18 18:35:01 -04:00
Michail Yasonik
2ba09e446f
[Docs] fixing KibanaPageTemplate docs ( #100104 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-05-14 13:59:33 -04:00
Michail Yasonik
921c942bef
Unifying converting listing pages to new layout ( #98651 )
...
Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
Co-authored-by: cchaos <caroline.horn@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-05-06 18:31:20 -04:00
Liza Katz
02ac599569
[Search] return full IKibanaSearchResponse from fetch$ ( #98268 )
...
* return full object from fetch$
* jest
* fun-ctional tests
* jest
* functional
* test
* test
* tesssst
* Update src/plugins/data/common/search/search_source/fetch/request_error.ts
Co-authored-by: Michael Dokolin <dokmic@gmail.com>
* Update src/plugins/data/common/search/expressions/esaggs/request_handler.test.ts
Co-authored-by: Michael Dokolin <dokmic@gmail.com>
* ts
* ts
* ts
* Revert "Update src/plugins/data/common/search/search_source/fetch/request_error.ts"
This reverts commit ab182e84ed
.
Co-authored-by: Michael Dokolin <dokmic@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-04-28 21:49:47 +03:00
Stacey Gammon
1a1c36a99b
Update best_practices.mdx ( #98032 )
2021-04-27 16:50:39 -04:00
Stacey Gammon
5d59c2c8e1
Add section on developer documentation into best practices docs ( #95473 )
...
* add section on dev docs to best pratices.
* Update best_practices.mdx
* Update dev_docs/best_practices.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
2021-03-25 18:52:07 -04:00
Stacey Gammon
1fc50005cc
Create best practices doc in developer guide ( #94981 )
...
* Create best_practies.mdx
* Update best_practices.mdx
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-23 18:54:03 -04:00
Stacey Gammon
7d284e2bf4
Add our developer principles to our dev guide. ( #93688 )
...
* Create dev_principles.mdx
* add back elasticsearch dev principles link since it is actually public
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-09 08:44:22 -05:00
Christiane (Tina) Heiligers
70daf8098c
[core-docs] Edits core-intro section for the new docs system ( #93540 )
2021-03-04 09:18:58 -07:00
Christiane (Tina) Heiligers
c2bfa87664
[core-new-docs] Adds a dev-doc for core documentation ( #92976 )
2021-03-03 13:37:20 -07:00
Stacey Gammon
87a5b22626
API DOCS Step 3/3 ( #92929 )
...
* update api_docs from gitignore
* api doc files
* Update api_welcome.mdx
* Pretty print json
* Add new lines and extra frontmatter to warn github viewers
* update api_docs with new lines and frontmatter
* Remove all apis tagged @internal and add tests
* Update docs with all internal APIs removed
* fix typescript error in test fixtures
* Update core.json
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-02 22:02:17 -05:00
Stacey Gammon
3d54379da6
Add developer documentation about the building blocks we offer plugin developers ( #92743 )
...
* Create building_blocks.mdx
* Update dev_docs/building_blocks.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
* Update dev_docs/building_blocks.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
* Update dev_docs/building_blocks.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
* add description to Lens embeddable
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-02 09:21:28 -05:00
Liza Katz
0d486aec78
[Search] Dev docs ( #90979 )
...
* dev docs
* sessions tutorial
* title
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Code review
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-02-24 19:57:27 +02:00
Christiane (Tina) Heiligers
a2be28019c
Converts logging README format to be compatible with new docs system ( #91958 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-02-22 15:14:24 -05:00
Stacey Gammon
9fca7a9012
Add saved object docs ( #90860 )
...
* iwp
* add docs on saved objects
* add saved object docs
* Update dev_docs/key_concepts/saved_objects.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
* Update dev_docs/tutorials/saved_objects.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
* Update dev_docs/tutorials/saved_objects.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
* Update dev_docs/tutorials/saved_objects.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
* Update dev_docs/tutorials/saved_objects.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
* Update dev_docs/tutorials/saved_objects.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
* Update dev_docs/tutorials/saved_objects.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
* review updates
* remove this line, support being added
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
2021-02-11 11:27:46 -05:00
Stacey Gammon
10adb72ddb
Plugin introduction doc improvements ( #90502 )
...
* More plugin docs improvements
* remove speculation about the future
* remove registries section
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-02-09 16:27:36 -05:00
Stacey Gammon
b93b3a4fc1
fix bad link ( #89222 )
2021-01-25 15:06:09 -08:00
Stacey Gammon
58c54b6f85
Add a high level overview of the Kibana platform and plugin development. ( #87560 )
...
* add platform intro
* address code review comments (wip)
* incorporate more information about plugins
* put back Josh's suggestion
* Update dev_docs/kibana_platform_plugin_intro.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
* try another angle
* further refinements
* sp
* Update kibana_platform_plugin_intro.mdx
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
2021-01-22 09:02:42 -05:00
Stacey Gammon
9b3e645542
Split up plugin dev docs from team docs. Add some welcome landing pages. ( #87353 )
...
* Split up plugin dev docs from team docs. Add some welcome landing pages
* update titles
* sp
* Update dev_docs/dev_welcome.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
* Update dev_docs/api_welcome.mdx
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
2021-01-06 08:18:51 -05:00