Skip to content

Files

Latest commit

a4ad307 · Mar 26, 2024

History

History
18 lines (12 loc) · 586 Bytes

BUILD.md

File metadata and controls

18 lines (12 loc) · 586 Bytes

Building the YDB Logstash plugins

Requirements

Configure and build

  1. Clone project to working directory git clone [email protected]:ydb-platform/ydb-logstash-plugins.git <work-dir>
  2. Add gradle config with path to Logstash installation echo "LOGSTASH_CORE_PATH=<logstash-path>/logstash-core" > <work-dir>/gradle.properties
  3. Build plugins set cd <work-dir> && ./gradlew gem