You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
# the --abort-on-container-exit ensures a docker-compose down after the tests have run
docker-compose -f docker-compose-integration.yml up --abort-on-container-exit
Note: Make sure to docker-compose down and remove the volume after one run as there is currently no cleanup done.
Autogenerated Input/Output Documentation by Arcaflow-Docsgen Below
Elasticsearch (elasticsearch)
Load data into elasticsearch instance
Input
Type:
scope
Root object:
StoreDocumentRequest
Properties
data (map[string,any])
Name:
data
Description:
Data to upload to your Elasticsearch index.
Required:
Yes
Type:
map[string,any]
Key type
Type:
string
Value type
Type:
any
index (string)
Name:
index
Description:
Name of the Elasticsearch index that will receive the data.
Required:
Yes
Type:
string
Minimum length:
1
password (string)
Name:
password
Description:
Name of the environment variable containing the password for the given user.
Required:
Yes
Type:
string
url (string)
Name:
url
Description:
Name of the environment variable containing the URL for the Elasticsearch instance.
Required:
Yes
Type:
string
username (string)
Name:
username
Description:
Name of the environment variable containing an authorized user for the given Elasticsearch instance.
Required:
Yes
Type:
string
Minimum length:
1
ObjectsStoreDocumentRequest (object)
Type:
object
Properties
data (map[string,any])
Name:
data
Description:
Data to upload to your Elasticsearch index.
Required:
Yes
Type:
map[string,any]
Key type
Type:
string
Value type
Type:
any
index (string)
Name:
index
Description:
Name of the Elasticsearch index that will receive the data.
Required:
Yes
Type:
string
Minimum length:
1
password (string)
Name:
password
Description:
Name of the environment variable containing the password for the given user.
Required:
Yes
Type:
string
url (string)
Name:
url
Description:
Name of the environment variable containing the URL for the Elasticsearch instance.
Required:
Yes
Type:
string
username (string)
Name:
username
Description:
Name of the environment variable containing an authorized user for the given Elasticsearch instance.