Skip to content

Commit

Permalink
Fixing validations
Browse files Browse the repository at this point in the history
  • Loading branch information
Delawen authored and nicolaferraro committed Apr 29, 2021
1 parent fb3d366 commit b5d31fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions elasticsearch-index-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ spec:
description: |-
Insert data into ElasticSearch. Input data must have JSON format.
required:
- query
- clusterName
- indexName
- hostAddresses
Expand All @@ -42,15 +41,15 @@ spec:
type: boolean
default: true
hostAddresses:
title: Host addresses
title: Host Addresses
description: Comma separated list with ip:port formatted remote transport addresses to use.
type: string
indexName:
title: Index in ElasticSearch
description: The name of the index to act against.
type: string
clusterName:
title: ElasticSearch cluster name
title: ElasticSearch Cluster Name
description: Name of the cluster.
type: string
dependencies:
Expand Down

0 comments on commit b5d31fd

Please sign in to comment.