mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 06:08:19 -04:00
8 lines
203 B
Batchfile
8 lines
203 B
Batchfile
@echo off
|
|
|
|
SETLOCAL
|
|
|
|
ECHO "The use of bin/plugin is deprecated and will be removed in a feature release. Please use bin/logstash-plugin."
|
|
|
|
set SCRIPT_DIR=%~dp0
|
|
CALL "%SCRIPT_DIR%\logstash-plugin.bat" %*
|