Kibana Machine
a08c594582
[8.6] Add open API specification for list connector types ( #145951 ) ( #146330 )
...
# Backport
This will backport the following commits from `main` to `8.6`:
- [Add open API specification for list connector types
(#145951 )](https://github.com/elastic/kibana/pull/145951 )
<!--- Backport version: 8.9.7 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport )
<!--BACKPORT [{"author":{"name":"Lisa
Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2022-11-24T18:30:51Z","message":"Add
open API specification for list connector types
(#145951 )","sha":"94b67781e8d56171a58b72ad2bb68171de4b67ea","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","docs","Feature:Actions/ConnectorTypes","v8.6.0","v8.7.0"],"number":145951,"url":"https://github.com/elastic/kibana/pull/145951 ","mergeCommit":{"message":"Add
open API specification for list connector types
(#145951 )","sha":"94b67781e8d56171a58b72ad2bb68171de4b67ea"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145951 ","number":145951,"mergeCommit":{"message":"Add
open API specification for list connector types
(#145951 )","sha":"94b67781e8d56171a58b72ad2bb68171de4b67ea"}}]}]
BACKPORT-->
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2022-11-24 13:12:06 -07:00
Mike Côté
08eb63af67
Ping the response-ops team whenever a new connector type is registered ( #144736 )
...
Similar to https://github.com/elastic/kibana/pull/144196 and
https://github.com/elastic/kibana/pull/144424 .
In this PR, I'm making the Response Ops team get pinged whenever a new
connector type is added.
I also renamed two connector types in our test suite to keep the array
I'm asserting clean (from test connectors).
- `.test-sub-action-connector` -> `test.sub-action-connector`
- `.test-sub-action-connector-without-sub-actions` ->
`test.sub-action-connector-without-sub-actions`
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-11-09 06:35:57 -05:00
Jonathan Buttner
ae9dd59137
[ResponseOps][Stack Connectors] Opsgenie UI phase 2 ( #143480 )
...
* Starting opsgenie backend
* Adding more integration tests
* Updating readme
* Starting ui
* Adding hash and alias
* Fixing tests
* Switch to platinum for now
* Adding server side translations
* Fixing merge issues
* Fixing file location error
* Working ui
* Default alias is working
* Almost working validation fails sometimes
* Adding end to end tests
* Adding more tests
* Adding note and description fields
* Removing todo
* Adding in advanced sections
* Adding tags and finish mode
* Working editor and toggle
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* Refactoring code
* Adding tests
* Fixing tests and reordering input fields
* Using io-ts for schema validation in ui
* Adding more e2e tests and clean up
* Fixing type errors
* Adding spacing and label
* Adding more tests and fixing come failure message errors
* Making json editor errors more readable
* Fixing errors and adding docs
* Updating enabled action types
* Update docs/management/connectors/action-types/opsgenie.asciidoc
Co-authored-by: nastasha-solomon <79124755+nastasha-solomon@users.noreply.github.com>
* Update docs/management/connectors/action-types/opsgenie.asciidoc
Co-authored-by: nastasha-solomon <79124755+nastasha-solomon@users.noreply.github.com>
* Update docs/management/connectors/action-types/opsgenie.asciidoc
Co-authored-by: nastasha-solomon <79124755+nastasha-solomon@users.noreply.github.com>
* Update docs/management/connectors/action-types/opsgenie.asciidoc
Co-authored-by: nastasha-solomon <79124755+nastasha-solomon@users.noreply.github.com>
* Update docs/management/connectors/action-types/opsgenie.asciidoc
Co-authored-by: nastasha-solomon <79124755+nastasha-solomon@users.noreply.github.com>
* Update docs/management/connectors/action-types/opsgenie.asciidoc
Co-authored-by: nastasha-solomon <79124755+nastasha-solomon@users.noreply.github.com>
* Addressing feedback
* Adding new image with lowercase tags
* Addressing feedback
* Making executionMode optional
* [CI] Auto-commit changed files from 'node scripts/generate codeowners'
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
Co-authored-by: nastasha-solomon <79124755+nastasha-solomon@users.noreply.github.com>
2022-11-07 11:22:43 -05:00
Gerard Soldevila
88815398e8
Add notifications plugin, offering basic email service ( #143303 )
...
* Misc enhancements following PR comments
* Adding functional tests
* Fixing types
* Fixing tests
* Removing unnecessary Promise.all
* Cleanup
* Misc fixes and simplifications
* Add missing tsconfig.json
* [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs'
* Add dependency to Actions plugin in tsconfig.json
* Separate setup logic from start logic
* Fix bulkEnqueueExecution params structure
* Update README
* Add UTs
* Check license type >platinum for email notifications
* Fix incorrect UTs
* Import types when possible
* Misc enhancements and code cleanup
* Transform factory => provider, update start contract
* Code cleanup, update README
* Fix TS error
* Fix CI types error
* Address PR remarks
* Address PR remarks #2
Co-authored-by: Ying Mao <ying.mao@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-11-03 15:33:52 +01:00
Mike Côté
2c909c18cd
Add a refresh:false when deleting action_task_params ( #144399 )
...
* Add a refresh:false when deleting action_task_params
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-11-02 10:40:07 -04:00
doakalexi
be35782ed2
[ResponseOps][Actions] support mustache context variables with periods in the name ( #143703 )
...
* Converting names with periods to objects
* Adding tests
* Fixing bug
* Fixing comment
* Adding new test
2022-10-31 08:14:13 -07:00
spalger
52f2b33a07
[auto] migrate existing plugin/package configs
2022-10-28 14:06:46 -05:00
Ying Mao
21806cabab
[Response Ops][Connectors] Add unsecured actions client to allow system to schedule email action ( #143282 )
...
* Adding unsecured actions client
* Removing isESOCanEncrypt check
* Only getting actions client when needed in executor
* Changing to feature id allowlist. Adding unit tests
* Removing execution id
* Cleanup
* Fixing unit tests
* Removing slack from allowlist
* Make getUnsecuredActionsClient synchronous
* Add comment
* Adding functional tests
* Fixing types
* Fixing tests
* Removing unnecessary Promise.all
* Cleanup
* PR feedback
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-10-26 10:14:00 -04:00
Jonathan Budzenski
be432c0d89
Upgrade to Jest 27 ( #139335 )
...
* Upgrade to Jest 27
* fix test
2022-10-25 14:38:38 -05:00
doakalexi
b76caca9ef
[ResponseOps][Actions] Make actions retry when encountering failures ( #143224 )
...
* Updating maxAttempts to be 3
* Setting attempts to 3 in one place
* Fixing test failure
* Setting retry to true
* Fixing tests
* Fixing tests
* Updating a missed test
* Updating test instead of deleting
* Adding constant
2022-10-20 13:55:50 -04:00
doakalexi
b00f3b0ab9
[ResponseOps][Alerting] create new logger with tag for rule/connector type, for logger given to executors ( #142121 )
...
* Updating connector logger
* Updating rule logger
* Fixing type failure
* Fixing failing tests
* Fixing other type failure
* Fixing types
* Fixing more types
* Making logger optional
* Removing change
* Fixing errors
* Fixing preview routes
* Fixing tests and types
* Updating substrings
* Use logger in runRule function
* Fixing task runner tests
* Updating logger in constructor
* Linting fix
* Fixing action logger
2022-10-17 15:33:06 -04:00
Zacqary Adam Xeper
ec98f01c9f
[RAM] Move Connectors to own page ( #142485 )
...
* Move Connectors to own page
* Move create connector button to header
* Update permissions IDs
* Fix some tests
* Test fixes
* Fix more tests
* Fix more tests
* Fix FTR 7
* Fix jest
* Fix FTR 4
* Fix FTR 6
* Fix translations
* Fix breadcrumbs
* Fix empty prompt design
* Update empty prompt text
* Update import warning url
* Add documentation buttons
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-10-13 10:07:28 -06:00
Jonathan Buttner
b86bb63c71
[ResponseOps][Stack Connectors] Opsgenie backend ( #142164 )
...
* Starting opsgenie backend
* Adding more integration tests
* Updating readme
* Adding hash and alias
* Fixing tests
* Switch to platinum for now
* Adding server side translations
* Fixing merge issues
* Fixing file location error
* Fixing test
* Addressing feedback
* Removing details validation
* Fixing close alert alias bug
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-10-11 15:43:22 -04:00
Sergi Massaneda
5e44010a9b
[Tines connector] SubActions framework changes ( #142475 )
...
* validators and template render
* frontend use_sub_action changes
* rollback custom validations in favor of 142376
* types fix
* rollback test
* extract render template function type
* fix type
* use abort controller in useSubAction hook
* renderTemplate in register test
* [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs'
* improve test
* register test improved
* test the renderedTemrenderedTemplate return value
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-10-05 08:56:19 -07:00
Jonathan Buttner
0e7070ad71
[ResponseOps][Stack Connectors] Adding custom validators to sub actions framework ( #142376 )
...
* Adding custom validators
* Updating README and tests
* Fixing translation error
* Addressing feedback
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-10-04 08:32:54 -07:00
doakalexi
a47918dcd9
[ResponseOps][Alerting] xpack.actions.proxyUrl is not validated as a URL at startup ( #141970 )
...
* Adding validation
* Removing error
2022-09-28 10:17:50 -07:00
Ersin Erdal
17a25b8230
Add new telemetry data from event-log index. ( #140943 )
...
* Add new telemetry data from eventLog index.
count_rules_by_execution_status_per_day,
count_connector_types_by_action_run_outcome_per_day,
2022-09-20 23:43:00 +02:00
Ying Mao
914d1cd41c
[Response Ops] [Connectors] Move connectors to own plugin ( #139867 )
...
* Initial commit of stack connectors plugin
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
* Fixing up xmatters. Moving library functions around
* [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs'
* Fixing up webhook
* Fixing up teams and slack
* Fixing up index, email, pagerduty, server log
* Fixing i18n
* wip
* Moving well know email route to stack connectors plugin
* Fixing types
* Fixing unit tests
* Adding index.ts
* Cleanup
* Updating READMEs
* [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs'
* Moving to domain specific folders and updating codeowners
* Fixing codeowners
* Fixing types
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-09-15 15:50:15 -04:00
Ersin Erdal
42e92926fe
Add getActionsHealth method to return permanent encryption key existence ( #140535 )
...
* add getActionsHealth method to return permanent encryption key existence
2022-09-14 17:10:04 +02:00
Lisa Cawley
efbf9e4d31
[DOCS] Augment create and run connector APIs with ServiceNow details ( #140348 )
2022-09-13 07:35:21 -07:00
Rudolf Meijering
191bfbc97e
Saved objects: improve typesafety ( #140099 )
...
* Remove SavedObjectAttributes from examples
* Remove SavedObjectAttributes from dev_docs
* Deprecate SavedObjectAttributes type
* Remove SavedObjectAttributes from kibana_usage_collection plugin
* Remove low hanging SavedObjectAttributes in security_solution
* Remove low hanging SavedObjectAttributes in upgrade_assistant
* Remove low hanging SavedObjectAttributes in lens
* Stricter types for SavedObjectsServiceSetup.registerType
* Review feedback
* Some more low hanging fruit
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-09-13 09:56:29 +02:00
doakalexi
eee492ab7e
[ResponseOps][Connectors] Common request axios utility function across frameworks ( #139549 )
...
* Adding common axios util
* Fixing tests
* Removing patch
* Moving config to be first param
2022-08-30 09:30:46 -04:00
doakalexi
50c0077aba
[ResponseOps][Alerting] action validators should be passed allow-list config utils ( #139438 )
...
* Updating email first
* Updating the other connector types
* Fixing types
* Fixing functional tests
* Updating validators
* Updating to throw errors
* Adding new tests
2022-08-30 08:19:50 -04:00
Ersin Erdal
5cb0c01072
Use "compatibility" rather than "availability" on connectors table ( #139024 )
...
* Use compatibility rather than availability on connectors table
* Replace Availability with Compatibility in create connector flyout.
2022-08-26 14:37:17 +02:00
doakalexi
ff70216275
Updating getRetry logic ( #138845 )
2022-08-22 06:07:26 -07:00
Pierre Gayvallet
f7c0a0cd8e
Partially move server-side savedObjects
domain implementation to packages ( #137448 )
...
* create @kbn/core-saved-objects-utils-server package
* create empty @kbn/core-saved-objects-base-server-internal package
* fix more internal imports
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* start moving stuff to base package
* Fix SS mocks
* adapt some imports
* start fixing internal imports
* fix remaining core usages
* start fixing external usages
* lint
* move type registry and mocks to packages
* adapt usages of serializer in tests
* fix test mocking
* [CI] Auto-commit changed files from 'node scripts/generate packages_build_manifest'
* fix more internal usages of SOTR/mock
* fix package
* fix external usages
* fix more mocked packages
* fix more mocked packages
* self review
* Fix mistake from main merge
Attempt to undo an incorrect merge.
* add root_input_dir
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
2022-08-22 11:28:11 +02:00
Patrick Mueller
9631649e72
Adds new proxy tests and manual proxy tester ( #138071 )
...
The new proxy tests added can test a variety of different proxy
and target server configurations, however many of those tests
are broken with our current proxy agents. Hopefully to be fixed
by replacing with hpagent instead. In the meantime, we wanted to
get the basic test framework in as well.
In addition to tests, the stand-alone forward proxy has been
enhanced to use a better proxy server, `proxy`. The existing
proxy server `http-proxy` does not support HTTPS out of the box,
and so any HTTPS testing with it is going to be a little sketchy.
Using the stand-alone forward proxy, I was able to post to Slack
through http/https proxies with and without auth, with
proxyRequestUnauthorized set to false. Which shows the existing
proxy agents do work in _some_ environments.
2022-08-16 10:00:46 -04:00
doakalexi
4ddc26d262
[ResponseOps][Alerting] Optimize the scheduling of rule actions so it can happen in bulk ( #137781 )
...
* Adding bulk scheduler
* Updating bulk schedule
* Fixing failing tests
* Fixing test
* Adding bulk schedule tests
* Cleaning up enqueue function
* Using bulk getConnectors
* Removing empty line
* Update x-pack/plugins/actions/server/create_execute_function.ts
Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>
* Update x-pack/plugins/actions/server/create_execute_function.ts
Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>
* Cleaning up auth
* Fixing test failure
* Updating bulk auth changes
* Fixed track change
* Fixing test failures
* Addressing pr comments
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>
2022-08-12 16:13:06 -04:00
Ersin Erdal
e59c7958de
return error message when usage collector failed ( #136507 )
...
* return error message when usage collector is failed
2022-08-10 17:57:51 +02:00
doakalexi
3ef3614197
[ResponseOps][Actions] Getting error about secrets not being saved when import a SO (Connector Saved Object) ( #138019 )
...
* Adding transform function to add secrets if needed
* Adding functional tests and updating transform
* Removing duplicate validation
* Adding secrets to everything
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-08-10 07:21:20 -07:00
Steph Milovic
a5da868db5
[Security Solution] Cases Webhook, remove created and updated ( #138004 )
2022-08-04 11:52:12 -06:00
Steph Milovic
2d3d930756
[Security Solution] Webhook - Case Management Connector Follow Ups ( #137227 )
2022-07-29 13:59:31 -06:00
Pierre Gayvallet
4f4c160d56
Migrate server-side savedObjects public types to packages ( #137183 )
...
* create empty package
* start moving types
* create explicit interface for ISavedObjectsRegistry
* extract client factory types
* extract service contract types
* fix re-exports
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
* start fixing internal imports
* fix more core imports
* lint
* use serializer interface
* use serializer interface again
* fix missing re-export
* move request handler context type to package
* one less serializer impl usage
* remove TODO
* update readme
* typo fix
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-07-28 03:06:13 -07:00
Steph Milovic
4f3e55413c
[Security Solution] Webhook - Case Management Connector ( #131762 )
2022-07-26 10:10:05 -06:00
doakalexi
e3eaf4615a
[ResponseOps][Actions] Should trim values before validation in UI and API ( #136840 )
...
* Updating action create function to trim values before validation
* Adding tests
* Removes trimming and adds validation to the api layer
* Adding lint changes
* Updating functional tests
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-07-26 12:02:47 -04:00
Ying Mao
3c24511c16
[Response Ops][Connectors] Allow connectors to explicitly register which features they will be available in ( #136331 )
...
* Adding feature config to connector type and checking for validity on registration
* Updating actions APIs to filter by feature id if provided
* Fixing types
* Renaming allowedFeatureIds to featureConfig
* Adding siem feature config. Returning feature config to client. Showing availability in connector list
* Fixing types
* Showing availability in create connector flyout header
* Passing feature id into action form used by rule creators.
* Renaming some stuff
* Finishing triggers_actions_uis. Starting cases
* Fixing cases
* fixing types
* Fixing types and adding uptime feature
* Cleanup
* fixing tests
* Updating README
* Filtering action type filter on rule list
* Update x-pack/plugins/actions/common/connector_feature_config.ts
Co-authored-by: Steph Milovic <stephanie.milovic@elastic.co>
* Fixing tests
* Renaming featureConfig to supportedFeatureIds
* PR feedback
* fixing i18n
* Updating docs
Co-authored-by: Steph Milovic <stephanie.milovic@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-07-25 06:24:25 -07:00
Christos Nasikas
d95ac720a9
Fix bug ( #136812 )
2022-07-21 18:48:33 +03:00
Pierre Gayvallet
3508350446
Migrate server-side ES domain to packages ( #136297 )
...
* create es types package
* start moving client types to @kbn/core-elasticsearch-server
* move ElasticsearchClientConfig to package
* start adapting usages
* start fixing imports
* fix more imports
* just a bit more
* move service types
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* fix more internal types
* move retry call cluster helpers outside of client package
* move client code and mocks to packages
* fix imports
* adapt external usages
* adapt more external usages
* adapt more external usages 2
* fix mocked module
* create empty domain packages
* more external usages fix
* move ALL the things (again)
* mock external import fix
* fix tests, add test dependencies
* fix some internal usages
* fix more internal usages
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* fix cli_setup usage
* desperate times force desperate decisions
* fix misc stuff
* update snapshots (?!)
* fix mocked package
* self review
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-07-20 10:07:48 +02:00
Lisa Cawley
fb4c2bcc88
[DOCS] Reduce execution terminology in actions readme ( #136342 )
...
Co-authored-by: Gidi Meir Morris <github@gidi.io>
2022-07-14 09:07:20 -07:00
Ying Mao
8bcc50e953
[Response Ops] Fixing ES index connector so that it can index into data streams as well as indices. ( #136011 )
...
* Adding op_type: create
* Adding functional test
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-07-13 09:30:47 -07:00
Najmieh Sadat
e0b6517ae5
[ResponseOps] escape vertical bars in mustache variables when used with markdown ( #136072 )
...
resolves https://github.com/elastic/kibana/issues/135826
Escapes the character `|` in mustache variables used in markdown content,
so that embedded `|` chars in a mustache variable can still be used in
markdown tables (that use `|`).
2022-07-13 09:15:42 -04:00
Ying Mao
b286519a3d
[Response Ops] Calculating overdue metrics using aggregation instead of fetch ( #135824 )
...
* Switching to aggregation for overdue tasks with runtime mapping
* Adding try/catch to gracefully handle search errors
* Adding task manager library function for generating required query
* Adding functional tests
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-07-12 15:02:35 -04:00
Pierre Gayvallet
98c73d5278
Introduce the KibanaRequest interface ( #135401 )
...
* Introduce the IKibanaRequest interface
* swap to keeping the KibanaRequest name for the interface
* adapt usages
* fix mock
* export CoreKibanaRequest for now...
* adapt imports from tests
* lint
* more missed usages in tests
* fix another instanceof...
* improve tsdoc
2022-06-30 15:35:08 +02:00
Ersin Erdal
2b6fc197cb
Verify emails when creating an email connector, even if allowedDomains is not provided. ( #133859 )
2022-06-28 13:46:33 +02:00
Anton Dosov
a8095ce11a
Remove deprecated es-query re-imports from data plugin ( #134600 )
2022-06-21 04:09:44 -07:00
Ying Mao
8da4cb29a7
[Response Ops] Log stack traces in alerting/actions/task executors on error ( #133931 )
...
* Showing stack track for alerting task runner
* Adding stack traces for action and task running
* wip
* Updating unit tests
* wip
* Dont return stack trace in action result
* Updating unit tests
* Updating functional tests
* Updating functional tests
* Separate log for error
* Separate log for error
* Moving error log
* Trying out putting stack trace in meta
* two logs and tags
* Adding tags to the error logging
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-06-16 13:57:39 -04:00
Ying Mao
b077e75ddb
[Response Ops] Fixing scripted metric agg in actions telemetry ( #133612 )
...
* Adding try/catch around all actions telemetry queries
* Fixing reduce script for actions telemetry
* Fixing functional test
* Reverting change
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-06-09 05:36:24 -07:00
Esteban Beltran
473141f58b
[Cases] Show deprecated icon in connectors with isDeprecated true ( #132237 )
...
Co-authored-by: Christos Nasikas <christos.nasikas@elastic.co>
2022-05-20 13:17:58 +03:00
Christos Nasikas
fab11ee537
[ResponseOps]: Sub action connectors framework (backend) ( #129307 )
...
Co-authored-by: Xavier Mouligneau <xavier.mouligneau@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-05-19 02:53:15 -07:00
Ersin Erdal
d7a745add8
OAuth support for ServiceNow connector ( #131248 )
...
* Add OAuth form
2022-05-17 17:28:08 +02:00