File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/aws/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ IAM support is also not yet available.
171171A secure OpenSearch domain can be spawned with this example CLI input.
172172Save it in a file named ` opensearch_domain.json ` .
173173
174- ``` json title="opensearch_domain.json"
174+ ``` json title="opensearch_domain.json" showLineNumbers
175175{
176176 "DomainName" : " secure-domain" ,
177177 "ClusterConfig" : {
@@ -284,7 +284,7 @@ It's important to bear in mind that only a single backend configuration is possi
284284
285285Here is a sample ` docker-compose.yaml ` file that contains a single-node OpenSearch cluster and a basic LocalStack setup.
286286
287- ``` yaml
287+ ``` yaml showLineNumbers
288288services :
289289 opensearch :
290290 container_name : opensearch
You can’t perform that action at this time.
0 commit comments