We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcdf92 commit e27fcfcCopy full SHA for e27fcfc
1 file changed
src/content/docs/aws/services/opensearch.mdx
@@ -171,7 +171,7 @@ IAM support is also not yet available.
171
A secure OpenSearch domain can be spawned with this example CLI input.
172
Save it in a file named `opensearch_domain.json`.
173
174
-```json title="opensearch_domain.json"
+```json title="opensearch_domain.json" showLineNumbers
175
{
176
"DomainName": "secure-domain",
177
"ClusterConfig": {
@@ -284,7 +284,7 @@ It's important to bear in mind that only a single backend configuration is possi
284
285
Here is a sample `docker-compose.yaml` file that contains a single-node OpenSearch cluster and a basic LocalStack setup.
286
287
-```yaml
+```yaml showLineNumbers
288
services:
289
opensearch:
290
container_name: opensearch
0 commit comments