Skip to content

esmarkowski/opensearch-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

opensearch-github-actions

Github Actions for running OpenSearch

Inputs

Name Required Default Description
version Yes The version of OpenSearch you need to use, you can use any version present in gallery.ecr.aws.
security-disabled No false Set to true to disable https and basic authentication
nodes No 1 Number of nodes in the cluster.
port No 9200 Port where you want to run OpenSearch.
opensearch_password No changeme The password for the user admin in your cluster

Usage

- name: Runs OpenSearch
  uses: esmarkowski/opensearch-github-action@v1.0.0
  with:
    version: 2.12.0
    security-disabled: true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published