Commit graph

44377 commits

Author SHA1 Message Date
Stacey Gammon ede34a84a2
Clean up some of the API doc code (#111635) (#112085)
* Clean up api doc infra

* updated docs

* Update api dics
# Conflicts:
#	api_docs/actions.mdx
#	api_docs/alerting.json
#	api_docs/core.mdx
#	api_docs/core_application.mdx
#	api_docs/core_chrome.mdx
#	api_docs/core_http.mdx
#	api_docs/core_saved_objects.mdx
#	api_docs/data.json
#	api_docs/data.mdx
#	api_docs/data_autocomplete.mdx
#	api_docs/data_index_patterns.json
#	api_docs/data_index_patterns.mdx
#	api_docs/data_query.mdx
#	api_docs/data_search.mdx
#	api_docs/data_ui.mdx
#	api_docs/deprecations_by_api.mdx
#	api_docs/deprecations_by_plugin.mdx
#	api_docs/discover_enhanced.json
#	api_docs/expressions.mdx
#	api_docs/interactive_setup.json
#	api_docs/interactive_setup.mdx
#	api_docs/kibana_legacy.json
#	api_docs/kibana_legacy.mdx
#	api_docs/observability.json
#	api_docs/rule_registry.json
#	api_docs/saved_objects.json
#	api_docs/security_solution.json
#	api_docs/security_solution.mdx
#	api_docs/timelines.json
#	api_docs/timelines.mdx
#	api_docs/url_forwarding.json
2021-09-14 10:44:20 -04:00
Kibana Machine c298c32320
[Lens] Removing trailing semicolor and scrollbar for empty pie chart visualization (#111971) (#112082)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Marco Liberati <dej611@users.noreply.github.com>
2021-09-14 10:24:44 -04:00
Uladzislau Lasitsa fb6e27ef88
[TSVB] Doesn't work correctly with pipeline aggregations in "entire time range" mode (#105073) (#112076)
* Use date_histogram instead of auto_date_histogram in pipeline aggregations

* Fix ci

* Fix eslint

* start disable parent pipeline aggs and show error

* Fix CI

* Fix eslint

* Fix CI

* Add functional tests

* Some fixes

* Fix lint

* Use agg_utils

* Fix lint

* Fix text

* Fix lint

* Fix tests

* Fixed condition

* Fix math aggregation

* math should pass panel type as prop

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 10:04:02 -04:00
Kibana Machine 60c30c4bb8
Show process crawls together with crawl requests (#111398) (#112069)
Co-authored-by: Orhan Toy <toyorhan@gmail.com>
2021-09-14 13:27:15 +00:00
Kibana Machine 376b92ca80
[SECURITY SOLUTION] Bring back Drag drop in query tabs of active timeline (#111908) (#112024)
* bring back drag drop in active timeline detail view

* only allow drag and drop in query tab

* fix snapshot

* fix bug on alert summary to remove dragdrop

Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
2021-09-14 13:26:40 +00:00
Kibana Machine 3486087ea9
Upgrade set-value to 4.1.0 (#111988) (#112071)
Co-authored-by: Larry Gregory <larry.gregory@elastic.co>
2021-09-14 09:26:14 -04:00
Mikhail Shustov 6eb230d23c
Functional tests for execution context propagation in alerting and task manager plugins (#111179) (#112066)
* move execution context tests to x-pack folder

* add execution context tests for alerts and tasks

* cleanup tests

* remove obsolete test folder

* use ToolingLog instead of console.log
# Conflicts:
#	scripts/functional_tests.js
#	x-pack/scripts/functional_tests.js
2021-09-14 08:43:55 -04:00
Kibana Machine e2d87731de
Decode file name on upload value lists and fix bug with removing value list (#111838) (#112056)
* Decode fileName when creating a list

* Return wait_for for delete list item

* Return back import

* Update x-pack/plugins/lists/server/services/items/write_lines_to_bulk_list_items.test.ts

Co-authored-by: Ryland Herrick <ryalnd@gmail.com>

* Use i18n for message

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Ryland Herrick <ryalnd@gmail.com>

Co-authored-by: Khristinin Nikita <nikita.khristinin@elastic.co>
Co-authored-by: Ryland Herrick <ryalnd@gmail.com>
2021-09-14 06:53:59 -04:00
Kibana Machine bb0e0650a3
[Lens] Fix Heatmap in dashboard with numeric color stops (#111117) (#111585)
* 🐛 Fix heatmap numeric stops problem + tests

* 🏷️ Fix type issue

*  Add dashboard functional tests for this issue

*  Simplify functional test

*  fix functional test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Marco Liberati <dej611@users.noreply.github.com>
2021-09-14 05:52:46 -04:00
Kibana Machine c37d750c3d
[ML] Functional tests - stabilize import job test (#111929) (#111972)
This PR stabilizes the import job tests by giving the `Import` button some time to be enabled before clicking it.

Co-authored-by: Robert Oskamp <robert.oskamp@elastic.co>
2021-09-14 08:36:12 +00:00
Kibana Machine dca10ce00c
[Security Solution][Endpoint][Trusted Apps] TA delete modal shows # of policies it will impact (#111481) (#112048)
Co-authored-by: Candace Park <56409205+parkiino@users.noreply.github.com>
2021-09-14 02:20:40 -04:00
Kibana Machine 8e7b880b22
[Security Solution][Detection Alerts] Fixes alert page refresh issues (#111042) (#112039)
Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>

Co-authored-by: Davis Plumlee <56367316+dplumlee@users.noreply.github.com>
Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
2021-09-13 23:09:19 -04:00
Kibana Machine 08b5e77c4b
[Security Solution] Add host.os.name.caseless mapping and runtime field (#111455) (#111872)
* Add host.os.name.caseless field and runtime field

* Tests

* Only add backwards compatibility mappings to old indices by version

* Always update aliases_version field even if there are no compat mappings

* Add test for newest index version

* More comments

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Marshall Main <55718608+marshallmain@users.noreply.github.com>
2021-09-13 22:48:39 -04:00
Kibana Machine 2b3652fae9
Use savedObjectsClient.resolve in saved query service (#111229) (#112031)
* Use resolve instead of get for saved query service

* Update tests

* Update src/plugins/data/public/query/saved_query/saved_query_service.ts

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>

* Revert step 4

* Fix test

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>

Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
2021-09-13 21:24:45 -04:00
Kibana Machine b16e31272c
[Lens] Added logger info and restructuring some mounter tests (#111953) (#112028)
* [Lens] added logger info and restructuring some mounter tests

* snapshot updated

Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
2021-09-13 23:34:12 +00:00
Chris Roberson d3f231c5ec
[Task Manager] Support excluding certain task types from executing (#111036) (#112022)
* Support excluding certain action types

* Fix types

* Fix jest tests

* Flip this

* Add functional test

* Add to README

* Updated README

* Add startup log

* Update x-pack/plugins/task_manager/README.md

Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>

* Add telemetry

* Add test

* Rename internal to unsafe

* Update test config

* Fix tests

* Update x-pack/plugins/task_manager/README.md

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* PR feedback

Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-09-13 18:23:15 -04:00
Thomas Neirynck d0d94811ea
[Fleet] Rename tabs (#111657) (#112020) 2021-09-13 17:43:43 -04:00
Kibana Machine 9ade7dd5e3
[Fleet] Persist category and search in url on package page (#111571) (#112019)
Co-authored-by: Thomas Neirynck <thomas@elastic.co>
2021-09-13 17:34:55 -04:00
Kibana Machine 2da564b308
[ci-stats] retry requests that respond with a 500 or greater (#111967) (#112014)
Co-authored-by: spalger <spalger@users.noreply.github.com>

Co-authored-by: Spencer <email@spalger.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-09-13 17:18:58 -04:00
Kibana Machine ef3ef1b634
Add a React Router helper for EuiListGroupItem (#111977) (#112008)
Co-authored-by: Scotty Bollinger <scotty.bollinger@elastic.co>
2021-09-13 16:37:06 -04:00
Chris Roberson 9190aa7333
[7.x] [Alerting] Telemetry for calling legacy routes (#111885) (#112003)
* [Alerting] Telemetry for calling legacy routes (#111885)

* Telemetry for calling legacy routes

* Fix types

* Use different counter type

* PR feedback

* Fix this test too
# Conflicts:
#	x-pack/plugins/alerting/server/routes/legacy/create.ts

* Fix missing arg
2021-09-13 16:20:05 -04:00
Kibana Machine 4e6c2806ff
[Security Solution]Error coming up on clicking create timeline template (#111856) (#112005)
* do not call addErrorHash if it is timeline template

* unit test

* fix types

* trim kqlQueryExpression

* revert change

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Angela Chuang <6295984+angorayc@users.noreply.github.com>
2021-09-13 16:13:31 -04:00
Kibana Machine e77e0729a5
Fixes issue with removing first workpad page (#110495) (#111999)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Corey Robertson <corey.robertson@elastic.co>
2021-09-13 15:40:43 -04:00
Kibana Machine f0e25d5c8d
[Cases] Fixing newline issue with markdown stringify (#111646) (#111993)
* Fixing newline issue with markdown stringify

* Adding comments and removing null check

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Jonathan Buttner <56361221+jonathan-buttner@users.noreply.github.com>
2021-09-13 15:21:38 -04:00
Chris Roberson 731e0c917d
[Actions] Telemetry for calling legacy routes (#111901) (#111992)
* Telemetry for legacy http api routes

* PR feedback
2021-09-13 15:17:23 -04:00
Kibana Machine b93add25cd
[yarn.lock] Dedupe babel dependencies (#111810) (#111990)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
2021-09-13 15:13:07 -04:00
Kibana Machine f932175c37
[data views] allow fields that start with an underscore in the field list (#111238) (#111976)
* stop filtering out fields that start with underscore

Co-authored-by: Matthew Kime <matt@mattki.me>
2021-09-13 15:02:28 -04:00
Phillip Burch 02a00b2762
[Stack Monitoring] Add breadcrumb support (#111850) (#111974) 2021-09-13 14:50:04 -04:00
Maja Grubic 50071dcf06
[Discover] Fix a functional test 'index pattern with unmapped fields' (#111323) (#111985)
* [Discover] Fix a functional test

* Fix failing type

* Select index pattern first

* Select index pattern first

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-13 14:35:52 -04:00
Kibana Machine b9c36fec6e
[ML] APM Correlations: Chart for failed transactions correlations tab. (#110172) (#111983)
* [ML] Fix tooltip text.

* Revert "[ML] Fix tooltip text."

This reverts commit ca86f769d7.

* [ML] Chart prototype.

* [ML] Hover support for failed transactions chart.

* [ML] Add p-value column.

* [ML] Code consolidation.

* [ML] Fix naming inconsistencies.

* [ML] Fix naming inconsistencies.

* [ML] Fix naming inconsistencies.

* [ML] Consolidate hooks.

* [ML] Consolidate hooks.

* [ML] Consolidate hooks.

* [ML] Use function overloads.

* [ML] Fix naming inconsistencies.

* [ML] Fix jest test.

* [ML] Fix chart loading behavior.

* [ML] Rename values to latencyCorrelations.

* [ML] Clean up types.

* [ML] Add function overloads.

* [Ml] Update API integration tests.

* [ML] Rename values to failedTransactionsCorrelations.

* [ML] Fix naming inconsistencies.

* [ML] Fix naming inconsistencies.

* [ML] Fix naming inconsistencies.

* [ML] Fix jest test.

* [ML] Fix API integration test

* [ML] Clean up chart data.

* [ML] Fix chart props.

* [ML] Tweak types for failed correlations.

* [ML] Improve FieldValuePair type usage.

* [ML] Remove 'async' from variable names.

* [ML] Fix typo.

* [ML] Simplify mock.

* [ML] Refactor code that used type guards.

* [ML] Comment about feature availability.

* [ML] Simplify check.

* [ML] Simplify selectedHistogram.

* [ML] Improve column type safety.

* [ML] Simplify selectedTerm.

* [ML] Simplify sorting.

* [ML] Fix regresssion when there's no data for failed transactions.

* [ML] Rename fieldFilter to termFilters.

* [ML] Update api integration test assertions.

* [ML] Fix failed transactions params.

* [ML] Tweak chart title.

* [ML] Tweak chart colors.

* [ML] Add translation.

* [ML] Tweak selectedTerm if statement.

* [ML] Fix types.

* [ML] Fix assertion text.

* [ML] Refactor replaceHistogramDotsWithBars.

* [ML] Refactor fetchFailedTransactionsCorrelationPValues.

* [ML] Fix score column width.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Walter Rafelsberger <walter@elastic.co>
2021-09-13 14:30:06 -04:00
Kibana Machine 5c72a11b7f
Account for presence of top banner when EuiDataGrid and Canvas are full screen (#111038) (#111981)
* account for banners when data grid is full screen

* account for banner when canvas is full screen

* change height per feedback

* add withKibana

* rm withKibana; move vars out of Fullscreen

* Use hasHeaderBanner$

* add banner height var comments

* fix ts error

Co-authored-by: Catherine Liu <catherine.liu@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Michael Marcialis <michael.marcialis@elastic.co>
Co-authored-by: Catherine Liu <catherine.liu@elastic.co>
2021-09-13 14:20:24 -04:00
Kibana Machine dbf7e556a8
[Workplace Search] better spacing around icon in Group filter popover (#111949) (#111979)
* better spacing around icon in group filter popover

* prevent flex wrapping on small screens

Co-authored-by: Kuldeep M <crudetoaster@gmail.com>
2021-09-13 14:16:37 -04:00
Kibana Machine 4d964c4eeb
[Obs] Show new "no data screen" on the getting started page (#111803) (#111975)
* adding new no data screen

* adding no data screen on observability page

* fixing i18n

* i18n

* fixing test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
2021-09-13 14:10:09 -04:00
Matthias Wilhelm e8f3136330
[Discover] Fix a functional test 'index pattern with unmapped fields' (#111323) (#111973)
* [Discover] Fix a functional test

* Fix failing type

* Select index pattern first

* Select index pattern first

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Maja Grubic <maja.grubic@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-13 14:05:20 -04:00
Brian Seeders e6341032db Skip suite blocking ES snapshot promotion (#111907) 2021-09-13 10:55:21 -07:00
Kibana Machine 227be5a53f
[Security Solution] Timeline uses existing filter manager (#111732) (#111969)
* use existing filterManager

* remove unused default value

* unit test

* fix type

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Angela Chuang <6295984+angorayc@users.noreply.github.com>
2021-09-13 13:52:42 -04:00
Kibana Machine e3b8f049f5
[FieldFormats] Reduce any usage (#111530) (#111965)
Co-authored-by: Anton Dosov <anton.dosov@elastic.co>
2021-09-13 13:25:54 -04:00
Kibana Machine 723395c81b
Remove fullWidth for enrichment range picekr (#111502) (#111964)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Khristinin Nikita <nikita.khristinin@elastic.co>
2021-09-13 13:25:35 -04:00
Kibana Machine 27969260d1
[Discover] Fix permissions for runtime fields functional test (#111925) (#111956)
Co-authored-by: Matthias Wilhelm <matthias.wilhelm@elastic.co>
2021-09-13 12:27:14 -04:00
Kibana Machine 0a6dbab310
[Security Solution] Detect and fix corrupt artifacts (#111853) (#111947)
* Recover from artifact not found errors in `getLastComputedManifest()` + some changes to logger calls
* Recover from errors while retrieving the internal artifact map
* Use `EndpointError` in ManifestManager and capture more metadata around error
* Convert some logger.debug calls to logger.error + use EndpointError

Co-authored-by: Paul Tavares <56442535+paul-tavares@users.noreply.github.com>
2021-09-13 10:55:51 -04:00
Kibana Machine 94a74f5b47
[Fleet] disable upgrade action when package does not have upgrade available (#111510) (#111940)
* fix: consolidate hasUpgrade logic

* tidy: move type defs to top of file

* test: add unit tests for actions menu

* tidy: PR feedback

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Mark Hopkin <mark.hopkin@elastic.co>
2021-09-13 09:25:43 -04:00
Uladzislau Lasitsa 1d8ef4c268
[TSVB] Shows wrong labels when we get only one series after splitting (#111736) (#111936)
* use correct styles when after split we have only one series

* Fix lint

* Fix comments

* remove unused styles

* Update _vis_with_splits.scss

* Fix lint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-13 08:44:48 -04:00
Alison Goryachev 8dd4122285
[Upgrade Assistant] Fix Kibana deprecations warning message 2021-09-13 08:43:03 -04:00
Kibana Machine 631eadbb20
Add deprecation warning when inline scripting is disabled (#111865) (#111933)
* initial implementation

* extract isScriptingDisabled to own file

* add unit tests for scripting deprecation

* add unit tests

Co-authored-by: Pierre Gayvallet <pierre.gayvallet@gmail.com>
2021-09-13 08:35:53 -04:00
Pierre Gayvallet ae7e262675
Add deprecation warning when inline scripting is disabled (#111865) (#111932)
* initial implementation

* extract isScriptingDisabled to own file

* add unit tests for scripting deprecation

* add unit tests
2021-09-13 08:27:10 -04:00
Kibana Machine 3ee2b297c5
[RAC] [Observability] Expand Observability alerts page functional tests (#111297) (#111867)
* Regenerate data and add tests

Co-authored-by: Kerry Gallagher <471693+Kerry350@users.noreply.github.com>
2021-09-13 08:17:21 -04:00
Diana Derevyankina b000066d64
[TSVB] Support custom field format (#101245) (#111928)
* [TSVB] Support custom field format

Add format_label response processor for series vis data and bucket key formatting to process_bucket for table vis data

* Add ignore_field_formatting for series to support value formatting for all panel types except markdown

* Fix type issue for visData and rename getCustomFieldFormatter to createCustomFieldFormatter

* Update vis.test to cover custom field formats logic and add a migration script to set ignore_field_formatting to true for the series

* Move createCustomFieldFormatter to a separate file, make formatting respect only active metrics field name, refactor vis files and fix label formatting only for grouped by terms series

* Remove services, add getFieldFormatsService  to use it in format_label and get_table_data, replace getCustomFieldFormatter with createCustomFieldFormatter

* Update plugin.ts

* Update start for plugin.ts

* Add formatting for annotations and markdown values

* Refactor some code

* Update some naming and conditions

* Fix formatting of data type labels

* In process_bucket fix case for no getFieldFormatByName

* Add field formatting functional tests for all panel types

* Update tests to make them run correctly for firefox

* Update _tsvb_markdown test setup

* Move series ignoreFieldFormatting check to a separate file, change convertSeriesToVars signature, update migration script and refactor a bit functional tests

* Fix type check for timeseries_visualization.tsx

* Update migrations.js test expected version to 7.15

* Fix tests in _tsvb_chart.ts

* Fix merge conflict remove process_bucket.js

* Update process_bucket.test.ts

* Fix markdown labels formatting

* Add ignore_field_formatting for annotations, enhanced migration script to set that flag to true, refactor data_format_picker

* Fix migration script and add disabling for ignore component when string index pattern is used

* Add supporting URL and color formatters in tsvb table

* Fix eslint

* Remove ignore formatting component, add field formatting option to TSVB data format picker and make it default, remove migration script, update tests and refactor some files

* Fix failing tests, refactor create_field_formatter and add test to it, update some other files

* Fix series formatting for top hit when it has not numeric result

* Handle no fieldFormatMap case for table/vis.js

* Remove "Default" option form DataFormatPicker when index pattern is string, fix markdown variables issue and refactor some code

* Chore(TSVB): Replace aggregations lookup with map

* Fix types, update test expected data and remove unused translations

* Fix i18 check and useEffect in agg.tsx

* Handle aggregations field formatting case

* Fix agg_utils, vis and check_if_numeric_metric tests

* Correct typo and refactor condition in std_metric

* Fix type check

* Get rid of IFieldType

* Add URL and color formatting for topN and metric tabs, fix setting initial custom formatter and switching formatter in agg.tsx

* Update tsvb.asciidoc

* Remove link icon from Date format field help text, update click logic for top N in case of custom field format and fix CI

* Remove unused import

* Revert top N bar extra logic for click

* Refactor some code in agg.tsx

* Add URL and color formatting to Gauge

* Fix bug with terms formatting, refactor some code, update create_field_formatter

* Add comments to _gauge.scss

* Remove unnecessary await

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Uladzislau Lasitsa <Uladzislau_Lasitsa@epam.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Uladzislau Lasitsa <Uladzislau_Lasitsa@epam.com>
2021-09-13 07:18:34 -04:00
Stratoula Kalafateli be8bc70601
[VisEditors] Add code ownership to the functional tests (#111680) (#111927)
* [VisEditors] Add code owenership to the functional tests

* Remove the unnecessary imports

* Revert

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	.github/CODEOWNERS
2021-09-13 07:01:49 -04:00
Kibana Machine e3df7467db
[APM] Removes the beta label from APM tutorial (#111499) (#111828) (#111870)
Co-authored-by: Oliver Gupte <ogupte@users.noreply.github.com>
2021-09-12 17:46:42 -04:00
Kibana Machine 6611452c5e
Update Jira Cloud to use OAuth2.0 (#111493) (#111919)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Chenhui Wang <54903978+wangch079@users.noreply.github.com>
2021-09-12 12:38:22 -04:00