-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'split-alerting-api-integration-config' of github.com:dm…
…lemeshko/kibana into split-alerting-api-integration-config
- Loading branch information
Showing
162 changed files
with
5,048 additions
and
2,421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
[role="xpack"] | ||
[[torq-action-type]] | ||
=== Torq connector and action | ||
++++ | ||
<titleabbrev>Torq</titleabbrev> | ||
++++ | ||
|
||
The Torq connector uses a Torq webhook to trigger workflows with Kibana actions. | ||
|
||
[float] | ||
[[torq-connector-configuration]] | ||
==== Connector configuration | ||
Torq connectors have the following configuration properties. | ||
|
||
Name:: The name of the connector. The name is used to identify a connector in the Stack Management UI connector listing, and in the connector list when configuring an action. | ||
|
||
Torq endpoint URL:: Endpoint URL (webhook) of the Elastic Security integration you created in Torq. | ||
|
||
Torq authentication header secret:: Secret of the webhook authentication header. | ||
|
||
[float] | ||
[[Preconfigured-torq-configuration]] | ||
==== Preconfigured connector type | ||
|
||
[source,yaml] | ||
-- | ||
my-torq: | ||
name: preconfigured-torq-connector-type | ||
actionTypeId: .torq | ||
config: | ||
webhookIntegrationUrl: https://hooks.torq.io/v1/somehook | ||
secrets: | ||
token: mytorqtoken | ||
-- | ||
|
||
Config defines information for the connector type. | ||
|
||
`webhookIntegrationUrl`:: An address that corresponds to **Torq endpoint URL**. | ||
|
||
Secrets defines sensitive information for the connector type. | ||
|
||
`token`:: A string that corresponds to **Torq authentication header secret**. | ||
|
||
[float] | ||
[[define-torq-ui]] | ||
==== Define connector in Stack Management | ||
|
||
Define Torq connector properties. | ||
|
||
[role="screenshot"] | ||
image::management/connectors/images/torq-configured-connector.png[configured Torq connector] | ||
|
||
Test Torq action parameters. | ||
|
||
[role="screenshot"] | ||
image::management/connectors/images/torq-connector-test.png[Torq connector test] | ||
|
||
[float] | ||
[[torq-action-configuration]] | ||
==== Action configuration | ||
|
||
Torq actions have the following configuration properties. | ||
|
||
Body:: JSON payload to send to Torq. | ||
|
Binary file removed
BIN
-61.2 KB
docs/management/connectors/images/pre-configured-connectors-view-screen.png
Binary file not shown.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.