Skip to content

Commit

Permalink
id to slug
Browse files Browse the repository at this point in the history
  • Loading branch information
shainaraskas committed Jun 13, 2024
1 parent 7494de0 commit 6cb6717
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Create a [((ls)) pipeline](((logstash-ref))/configuration.html) that includes th

Configure the ((es)) input to point to your source deployment or instance, and configure the ((es)) output with the `cloud_id` and `api_key` settings for your target ((es3)) instance.

If your origin index is using <DocLink id="serverlessDifferences">settings that aren't supported in Serverless</DocLink>, then you might need to adjust your index settings.
If your origin index is using <DocLink slug="/serverless/elasticsearch/differences">settings that aren't supported in Serverless</DocLink>, then you might need to adjust your index settings.
## Next steps

Check out the [Logstash product page](https://www.elastic.co/logstash) to see what ((ls)) can do for you.
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/technical-preview-limitations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following are currently not available:
- Cross-cluster search and cross-cluster replication
- Snapshot and restore
- Clone index API
- Migrations from non-serverless ((es)) deployments. In the interim, you can <DocLink id="serverlessElasticsearchIngestDataThroughLogstash" section="migrating-elasticsearch-data-using-logstash">use Logstash</DocLink> to move data to and from serverless projects.
- Migrations from non-serverless ((es)) deployments. In the interim, you can <DocLink slug="/serverless/elasticsearch/ingest-data-through-logstash" section="migrating-elasticsearch-data-using-logstash">use Logstash</DocLink> to move data to and from serverless projects.
- Custom roles
- Audit logging
- Elasticsearch for Apache Hadoop
Expand Down
4 changes: 2 additions & 2 deletions serverless/pages/what-is-serverless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ Migration paths between hosted deployments and serverless projects are currently

**How can I move data to or from serverless projects?**

We are working on data migration tools! In the interim, you can <DocLink id="serverlessElasticsearchIngestDataThroughLogstash" section="migrating-elasticsearch-data-using-logstash">use Logstash</DocLink> with Elasticsearch input and output plugins to move data to and from serverless projects.
We are working on data migration tools! In the interim, you can <DocLink slug="/serverless/elasticsearch/ingest-data-through-logstash" section="migrating-elasticsearch-data-using-logstash">use Logstash</DocLink> with Elasticsearch input and output plugins to move data to and from serverless projects.

**How can I move data to or from serverless projects?**

We are working on data migration tools! In the interim, you can <DocLink id="serverlessElasticsearchIngestDataThroughLogstash" section="migrating-elasticsearch-data-using-logstash">use Logstash</DocLink> with Elasticsearch input and output plugins to move data to and from serverless projects.
We are working on data migration tools! In the interim, you can <DocLink slug="/serverless/elasticsearch/ingest-data-through-logstash" section="migrating-elasticsearch-data-using-logstash">use Logstash</DocLink> with Elasticsearch input and output plugins to move data to and from serverless projects.

**How does serverless ensure compatibility between software versions?**

Expand Down

0 comments on commit 6cb6717

Please sign in to comment.