Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/api-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ connectors:
service_type: "postgresql"
```

We provide an [example configuration file](https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example) in the `elastic/connectors` repository for reference.
We provide an [example configuration file](https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example) in the `elastic/connectors` repository for reference.


#### Run the connector service [es-connectors-tutorial-api-run-connector-service]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ You can deploy the Azure Blob Storage connector as a self-managed connector usin
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ You can deploy the Box connector as a self-managed connector using Docker. Follo
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ You can deploy the Confluence connector as a self-managed connector using Docker
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-dropbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ You can deploy the Dropbox connector as a self-managed connector using Docker. F
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ You can deploy the GitHub connector as a self-managed connector using Docker. Fo
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-gmail.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ You can deploy the Gmail connector as a self-managed connector using Docker. Fol
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You can deploy the Google Cloud Storage connector as a self-managed connector us
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ You can deploy the Google Drive connector as a self-managed connector using Dock
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can deploy the GraphQL connector as a self-managed connector using Docker. F
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-jira.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ You can deploy the Jira connector as a self-managed connector using Docker. Foll
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ You can deploy the MongoDB connector as a self-managed connector using Docker. F
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-ms-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ You can deploy the Microsoft SQL connector as a self-managed connector using Doc
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ You can deploy the MySQL connector as a self-managed connector using Docker. Fol
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ You can deploy the Network drive connector as a self-managed connector using Doc
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-notion.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ You can deploy the Notion connector as a self-managed connector using Docker. Fo
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-onedrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ You can deploy the OneDrive connector as a self-managed connector using Docker.
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ You can deploy the Oracle connector as a self-managed connector using Docker. Fo
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-outlook.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ You can deploy the Outlook connector as a self-managed connector using Docker. F
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ You can deploy the PostgreSQL connector as a self-managed connector using Docker
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can deploy the Redis connector as a self-managed connector using Docker. Fol
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ When you are ready to run Connectors:
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output </absolute/path/to>/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output </absolute/path/to>/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ You can deploy the Amazon S3 connector as a self-managed connector using Docker.
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ You can deploy the Salesforce connector as a self-managed connector using Docker
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-sandfly.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Download the sample configuration file.
You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ You can deploy the ServiceNow connector as a self-managed connector using Docker
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ You can deploy the SharePoint Online connector as a self-managed connector using
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ You can deploy the SharePoint Server connector as a self-managed connector using
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ You can deploy the Slack connector as a self-managed connector using Docker. Fol
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ You can deploy the Microsoft Teams connector as a self-managed connector using D
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/search-connectors/es-connectors-zoom.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ You can deploy the Zoom connector as a self-managed connector using Docker. Foll
Download the sample configuration file. You can either download it manually or run the following command:

```sh
curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.example --output ~/connectors-config/config.yml
curl https://raw.githubusercontent.com/elastic/connectors/main/app/connectors_service/config.yml.example --output ~/connectors-config/config.yml
```
% NOTCONSOLE

Expand Down
Loading