Elasticsearch
This quickstart describes how to create an Elasticsearch connection.
Create a connection to Elasticsearch
Before you can write your transformed data to Elasticsearch, you should first establish a connection to your Elasticsearch database.
Your connection is persistent, so you won't need to re-create it for every job. The connection is also shared with other users in your organization.
Here’s the code for creating a connection to Elasticsearch:
After you complete this step, you should see the my_elasticsearch_connection connection in your navigation tree.
Learn More
Last updated