Skip to content

Commit

Permalink
Merge pull request #162 from alphagov/remove-elasticsearch
Browse files Browse the repository at this point in the history
Remove Elasticsearch
  • Loading branch information
kr8n3r committed Mar 29, 2022
2 parents 6c55fec + 5ace1b7 commit 7c48d6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions pages/content/application-development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ GOV.UK PaaS provides a number of highly available backing services. Visit [our m
<th scope="row" className="govuk-table__cell">CDN-route</th>
<td className="govuk-table__cell">Proxy traffic from a user controlled domain to an existing Cloud Foundry application or external URL. This allows you to bring your own domain to the platform and have the platform manage your TLS certificates using <a href="https://aws.amazon.com/cloudfront/">AWS Cloudfront</a> + <a href="https://aws.amazon.com/certificate-manager/">AWS Certificate Manager</a></td>
</tr>
<tr className="govuk-table__row">
<th scope="row" className="govuk-table__cell">Elasticsearch</th>
<td className="govuk-table__cell"><a href="https://www.elastic.co/products/elasticsearch">A search engine</a> with a full-text search engine, an HTTP web interface and schema-free JSON documents</td>
</tr>
<tr className="govuk-table__row">
<th scope="row" className="govuk-table__cell">InfluxDB</th>
<td className="govuk-table__cell"><a href="https://www.influxdata.com/products/">A time series database</a></td>
Expand Down
2 changes: 1 addition & 1 deletion pages/content/cloud-security-principles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ AWS Dublin and London host the data. AWS global support centres conduct hardware
</tr>
<tr className="govuk-table__row">
<td className="govuk-table__cell">Aiven</td>
<td className="govuk-table__cell"><p>Elasticsearch</p><p>InfluxDB</p></td>
<td className="govuk-table__cell"><p>Opensearch</p><p>InfluxDB</p></td>
<td className="govuk-table__cell">EEA: Dublin, Ireland &amp; London UK</td>
<td className="govuk-table__cell">Helsinki, Finland</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion pages/content/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GOV.UK PaaS provides:
- .NET Core
- a static HTML/CSS/Javascript site
- a compiled binary
- [a marketplace of backing services](https://admin.london.cloud.service.gov.uk/marketplace) including PostgreSQL, Elasticsearch, MySQL, InfluxDB, Redis and Amazon S3.
- [a marketplace of backing services](https://admin.london.cloud.service.gov.uk/marketplace) including PostgreSQL, Opensearch, MySQL, InfluxDB, Redis and Amazon S3.
- [observability for your apps](/observability) including support for logs, metrics and tracing.

GOV.UK PaaS users can use the [Cloud Foundry command line interface](https://docs.cloud.service.gov.uk/get_started.html#set-up-the-cloud-foundry-command-line) (or API) to:
Expand Down

0 comments on commit 7c48d6a

Please sign in to comment.