mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 05:37:21 -04:00
4 lines
155 B
Bash
Executable file
4 lines
155 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
java -cp "$(cd `dirname $0`/..; pwd)"'/tools/ingest-converter/build/libs/ingest-converter.jar:*' \
|
|
org.logstash.ingest.Pipeline "$@"
|