GitXplorerGitXplorer
d

airflow-testing-elasticsearch

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
216b75ba4df323844a57120d5da46f3360f543e4

update readme

ddstandish committed 2 years ago
Unverified
a21ecbbef5859973f5efd899f9968eb2595175ed

Initial commit

ddstandish committed 2 years ago

README

The README file for this repository.

Set up elasticsearch for airflow

Intended for local testing.

Installs elasticsearch and filebeat and creates volumes necessary for these to function properly.

Usage

Run deploy.sh to create volumes, install ES and filebeat, and render pod template.

export RELEASE_NAME=airflow-1  # required for rendering the pod template
./deploy.sh

Next you'll need to build an airflow image configured to use pod_template.yaml and install airflow with RELEASE_NAME.