sjafferali / logstash-config-lint-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logstash Config Lint Action

This action runs logstash-config on your logstash configuration pipeline files, verifying their syntax.

Inputs

linter-version

Optional The version of logstash-config to use. Default "0.5.3". Releases can be found here.

config-directory

Optional The directory to scan for .conf files to check. Default "./".

Example usage

uses: sjafferali/logstash-config-lint-action@v1
with:
  linter-version: '0.5.3'
  config-directory: './'

About

License:MIT License


Languages

Language:Shell 57.9%Language:Dockerfile 42.1%