Skip to content
database

GitHub Action

Run Opensearch

v1.0.0 Latest version

Run Opensearch

database

Run Opensearch

This action spins up an Opensearch instance that can be accessed and used in your subsequent steps

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Run Opensearch

uses: esmarkowski/[email protected]

Learn more about this action in esmarkowski/opensearch-github-action

Choose a version

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/[email protected]
  with:
    version: 2.12.0
    security-disabled: true