Skip to content

Commit

Permalink
Merge pull request #37 from formkiq/OpenSearch-naming
Browse files Browse the repository at this point in the history
consistent capitalization of OpenSearch
  • Loading branch information
reganwolfrom authored Feb 27, 2024
2 parents 8f16e88 + 29303eb commit 7b46b0e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/v1.13.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sidebar_position: 101

### New Features

* #37 - Add Opensearch v2.9 support
* #37 - Add OpenSearch v2.9 support

### Updates

Expand Down
2 changes: 1 addition & 1 deletion docs/platform/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ FormKiQ support full-text search through the following services:

[Typesense](https://typesense.org) is used for the storage of document metadata (available in FormKiQ Core/Pro/Enterprise).

##### Opensearch
##### OpenSearch

The FormKiQ document management platform harnesses the power of Amazon OpenSearch, an advanced and open-source search and analytics engine, to deliver an unparalleled full-text search experience. Seamlessly integrated into FormKiQ, OpenSearch empowers users to explore the content within their documents with unparalleled precision. By employing OpenSearch's robust capabilities, users can effortlessly perform comprehensive full-text searches across their entire document repository, swiftly retrieving documents that contain specific keywords, phrases, or concepts. The result is a dynamic document management ecosystem that fosters efficient navigation and empowers users to extract maximum value from their data-rich
documents.
Expand Down
2 changes: 1 addition & 1 deletion docs/pro-and-enterprise/installation/formkiq.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following are Pro/Enterprise specific parameters:

#### OpenSearchStackName

![Opensearch Stack Name](./img/cf-opensearch-stackname.png)
![OpenSearch Stack Name](./img/cf-opensearch-stackname.png)

After the Amazon OpenSearch Service is deployed following the [FormKiQ OpenSearch Installation guide](/docs/pro-and-enterprise/installation/opensearch), the name of the CloudFormation stack that was deployed can be entered here, to connect the OpenSearch installation with the FormKiQ installation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The `opensearch_lambda_role` is then mapped back to AWS IAM roles.

![Kibana Console](./img/opensearch-kibana-console.png)

The URL to access the Kibana console can be found on the `AWS OpenSearch Console page` under the `OpenSearch Dashboards URL`. This URL will not be publicly accessible as Opensearch should be deployed to a private subnet to ensure not anyone can get access.
The URL to access the Kibana console can be found on the `AWS OpenSearch Console page` under the `OpenSearch Dashboards URL`. This URL will not be publicly accessible as OpenSearch should be deployed to a private subnet to ensure not anyone can get access.

Clicking the `OpenSearch Dashboards URL` will open the Kibana login dialog.

Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/Opensearch/_category.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"label": "Opensearch",
"label": "OpenSearch",
"collapsible": true,
"collapsed": true,
"position": 1,
"link": {
"type": "generated-index",
"description": "Opensearch Tutorials"
"description": "OpenSearch Tutorials"
}
}

0 comments on commit 7b46b0e

Please sign in to comment.