Skip to content

Commit d45df18

Browse files
committed
cleanup
1 parent 8a3c8dd commit d45df18

File tree

3 files changed

+7
-41
lines changed

3 files changed

+7
-41
lines changed

deploy-manage/deploy/elastic-cloud/heroku-getting-started-installing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ If you want your add-on to run a specific version of Elasticsearch, use the `--e
3737

3838
To find which Elasticsearch versions and plugins are currently available, you can omit the version to default to the latest one and add plugins later on from the [Elasticsearch Add-On for Heroku console](https://cloud.elastic.co?page=docs&placement=docs-body). To use your own custom plugins, you can upload and select these plugins in the console as well.
3939

40-
For example: Install the add-on version 6.8.23 and include the phonetic analysis plugin for MY_APP:
40+
For example: Install the add-on version {{stack-version}} and include the phonetic analysis plugin for MY_APP:
4141

42-
```bash
43-
heroku addons:create foundelasticsearch --elasticsearch-version 6.8.23 --plugins analysis-phonetic --app MY_APP
42+
```bash subs=true
43+
heroku addons:create foundelasticsearch --elasticsearch-version {{stack-version}} --plugins analysis-phonetic --app MY_APP
4444
```
4545

46-
After the add-on gets added, you can perform future version upgrades and plugin changes through the [console](ech-getting-started-accessing.md).
46+
After the add-on gets added, you can perform future version upgrades and plugin changes through the [console](heroku-getting-started-accessing.md).
4747

4848
## Next steps
4949

5050
- [](/deploy-manage/deploy/elastic-cloud/heroku-getting-started-accessing.md)
5151
- [](/deploy-manage/deploy/elastic-cloud/heroku-working-with-elasticsearch.md)
52-
- [](deploy-manage/deploy/elastic-cloud/heroku.md#next-steps)
52+
- [](/deploy-manage/deploy/elastic-cloud/heroku.md#next-steps)
5353

5454
To learn how to remove the add-on, refer to [](/deploy-manage/deploy/elastic-cloud/heroku-getting-started-removing.md).

deploy-manage/deploy/elastic-cloud/heroku-getting-started-next-steps.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

deploy-manage/deploy/elastic-cloud/heroku.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For other restrictions that apply to all of {{ecloud}}, refer to [](/deploy-mana
3434

3535
## Get started
3636

37-
To get started with the {{es}} Add-on for Heroku, [install the add-on](/deploy-manage/deploy/elastic-cloud/ech-getting-started-installing.md).
37+
To get started with the {{es}} Add-on for Heroku, [install the add-on](/deploy-manage/deploy/elastic-cloud/heroku-getting-started-installing.md).
3838

3939
After you install, you can access your deployment:
4040

@@ -70,7 +70,7 @@ After have provisioned your first deployment, you’re ready to index data into
7070
There are several ways to ingest data into the deployment:
7171

7272
* Use the sample data available from the {{kib}} home page without loading your own data. There are multiple data sets available and you can add them with one click.
73-
* Ingest your own data. [Learn more]().
73+
* Ingest your own data. [Learn more](/manage-data/ingest.md).
7474
* Have existing Elasticsearch data? Consider your [migration options](../../../manage-data/migrate.md).
7575

7676

0 commit comments

Comments
 (0)