Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common integration parameters #1660

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/integrations/default-common-integration-parameters
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
id: integration_parameters
title: Common Integration Parameters
---

The following are common parameters displayed in the integration configuration page. Use these parameters and descriptions when creating your integration.

| **Parameter** | **Description** | **Default Value** | **Required** |
| --- | --- | --- |
| Trust any certificate (not secure) | When selected, certificates are not checked. | | True |
| Use system proxy setting | Runs the integration instance using the proxy server (HTTP or HTTPS) that you defined in the server configuration. This is enabled only when an engine is running. | | False |
| Log Level| Debug/Verbose logging is recommended only during troubleshooting. Logging can affect the performance of the integration. Recommended usage is to turn logging on during setup and troubleshooting and turn it off in production. This setting only affects the integration log. The server log is not affected. | | True |
| | | | |
Loading