Skip to content

Commit 1cdced9

Browse files
committed
Test consolidating deployment types in connector refs
1 parent f9ccb89 commit 1cdced9

File tree

2 files changed

+91
-213
lines changed

2 files changed

+91
-213
lines changed

docs/reference/connector/docs/_connectors-docker-instructions.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Follow these instructions.
33

44
.*Step 1: Download sample configuration file*
55
[%collapsible]
6-
====
6+
==============
77
Download the sample configuration file.
88
You can either download it manually or run the following command:
99

@@ -14,11 +14,11 @@ curl https://raw.githubusercontent.com/elastic/connectors/main/config.yml.exampl
1414
// NOTCONSOLE
1515

1616
Remember to update the `--output` argument value if your directory name is different, or you want to use a different config file name.
17-
====
17+
==============
1818

1919
.*Step 2: Update the configuration file for your self-managed connector*
2020
[%collapsible]
21-
====
21+
==============
2222
Update the configuration file with the following settings to match your environment:
2323

2424
* `elasticsearch.host`
@@ -45,11 +45,11 @@ Using the `elasticsearch.api_key` is the recommended authentication method. Howe
4545

4646
Note: You can change other default configurations by simply uncommenting specific settings in the configuration file and modifying their values.
4747

48-
====
48+
==============
4949
5050
.*Step 3: Run the Docker image*
5151
[%collapsible]
52-
====
52+
==============
5353
Run the Docker image with the Connector Service using the following command:
5454

5555
[source,sh,subs="attributes"]
@@ -63,7 +63,7 @@ docker.elastic.co/integrations/elastic-connectors:{version}.0 \
6363
/app/bin/elastic-ingest \
6464
-c /config/config.yml
6565
----
66-
====
66+
==============
6767
6868
Refer to {connectors-python}/docs/DOCKER.md[`DOCKER.md`^] in the `elastic/connectors` repo for more details.
6969

0 commit comments

Comments
 (0)