elastic-github-actions icon indicating copy to clipboard operation
elastic-github-actions copied to clipboard

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

Results 12 elastic-github-actions issues
Sort by recently updated
recently updated
newest added

Hey! Is this project still maintained/ready to be used in production workflows? Thanks!

https://github.com/asozialesnetzwerk/an-website/blob/8b5b301575416fe475e3bb88c760c54cd4c5c1fb/.github/workflows/release.yml#L129-L143 https://github.com/asozialesnetzwerk/an-website/actions/runs/6369096572/job/17289014819 ``` -> Installing analysis-icu -> Downloading analysis-icu from elastic -> Failed installing analysis-icu -> Rolling back analysis-icu -> Rolled back analysis-icu Exception in thread "main" java.nio.file.AccessDeniedException: /usr/share/elasticsearch/plugins/.installing-11365180841595527243 at...

Hello all! Very excited about the work on this repo, thanks for that. Following the instructions worked the first time but on subsequent runs, I'm getting a "Error response from...

Latest commit https://github.com/elastic/elastic-github-actions/commit/cd0dfb41acc8f74d65fbee9ad04ce43031fbf488 breaks the default install ```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...

Can we add functionality to push data to a github action? I'll start working on this next week if no one else can get to it before then. :)

enhancement
feature request

By default `curl` retry both ipv4 and ipv6 urls, which could lead to some issues when retrying. This fix forces `curl` to use ipv4 only.

bug

We should add more actions to spin up all the components of the stack, and the user will be able to run the components they need. We must verify if...

enhancement

A user might need to configure some custom envs for Elasticsearch, we should figure out a way to pass an arbitrary number of environment variables to Elasticsearch from the action...

enhancement
good first issue

The Elasticsearch action is conditionally called in a workflow, but even when it's not run, the container build step still runs. Here's an [example](https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions/actions/runs/10082467596/job/27876788040#step:2:1) for such a build: ![image](https://github.com/user-attachments/assets/2cbab0ff-f785-44d0-b7d5-c156bae9c3d2) The...