Skip to content

Commit

Permalink
fix: drop logstash filters
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Apr 29, 2024
1 parent d3d6471 commit 7c28ed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 244 deletions.
238 changes: 0 additions & 238 deletions logstash/filters/bytes2human.rb

This file was deleted.

10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: latin-1 -*-
#
# Copyright 2009-2016 Ghent University
# Copyright 2009-2022 Ghent University
#
# This file is part of logstash-patterns,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
Expand Down Expand Up @@ -33,16 +33,14 @@

setup(name="logstash-patterns",
version="2.0.0",
description="Grok patterns for logstash",
long_description="""Grok patterns for parsing log messages with logstash.
description="Grok patterns for vector (JSON formatted)",
long_description="""Grok patterns for parsing log messages with vector.
Can be debugged on https://grokdebug.herokuapp.com/ or via the runtest.py in tests subdirectory
""",
license="LGPL",
author="HPC UGent",
author_email="[email protected]",
# keep MANIFEST.in in sync (EL6 packaging issue)
data_files=[("/usr/share/grok", glob.glob("files/*")),
("/usr/share/logstash/filters", glob.glob("logstash/filters/*")),
],
data_files=[("/usr/share/vector", glob.glob("files/*"))],
url="http://www.ugent.be/hpc")

0 comments on commit 7c28ed2

Please sign in to comment.