Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancements to common questions, migrate with logstash, fix heading order #22

Merged
merged 8 commits into from
Jun 17, 2024
Prev Previous commit
Next Next commit
id to slug
  • Loading branch information
shainaraskas committed Jun 13, 2024
commit 6cb671790ca6bd33b7681f05b70c10b5017b8293
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion serverless/pages/technical-preview-limitations.mdx
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions serverless/pages/what-is-serverless.mdx
Original file line number Diff line number Diff line change
@@ -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?**

Loading