Add an Elasticsearch resource to the Meroxa Platform

Add an Elasticsearch resource to the Meroxa Platform

Authored by: Meroxa
Brought to you by Warp, a free terminal reimagined to work like a modern app.
resource_name
es_username
es_password
es_url
es_port
es_index
es_incrementing_field

Command
Copy
meroxa resources create resource_name --type elasticsearch --url "https://es_username:es_password@es_url:9200" --metadata '{"index.prefix": "es_index","incrementing.field.name": "es_incrementing_field"}'
Tags