Skip to content

Run Elasticsearch with Plugins

Actions
Elasticsearch with Plugins
1
Latest
Star (3)

elasticsearch-github-actions

setup elasticsearch in your github actions' workflow

Usage

steps:
- name: Configure sysctl limits
  run: |
    sudo swapoff -a
    sudo sysctl -w vm.swappiness=1
    sudo sysctl -w fs.file-max=262144
    sudo sysctl -w vm.max_map_count=262144

- uses: miyataka/elasticsearch-github-actions@1
  with:
    stack-version: '7.6.2'
    plugins: 'analysis-kuromoji analysis-icu'

Run Elasticsearch with Plugins is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Elasticsearch with Plugins
1
Latest

Run Elasticsearch with Plugins is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.