io.kestra.plugin.elasticsearch.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-elasticsearch Show documentation
Show all versions of plugin-elasticsearch Show documentation
Connect Elasticsearch search and analytics engine to Kestra workflows.
The newest version!
@PluginSubGroup(
description = "This sub-group of plugins contains tasks for using ElasticSearch.\n" +
"ElasticSearch is a distributed, RESTful search and analytics engine capable of addressing a growing number of use cases.",
categories = PluginSubGroup.PluginCategory.DATABASE
)
package io.kestra.plugin.elasticsearch;
import io.kestra.core.models.annotations.PluginSubGroup;