1.0.8
This commit is contained in:
2
Makefile
2
Makefile
@ -15,7 +15,7 @@ BINARY_NAME=logcorrelator
|
|||||||
DIST_DIR=dist
|
DIST_DIR=dist
|
||||||
|
|
||||||
# Package version
|
# Package version
|
||||||
PKG_VERSION ?= 1.0.7
|
PKG_VERSION ?= 1.0.8
|
||||||
|
|
||||||
## build: Build the logcorrelator binary locally
|
## build: Build the logcorrelator binary locally
|
||||||
build:
|
build:
|
||||||
|
|||||||
@ -76,6 +76,10 @@ config:
|
|||||||
stocké dans /etc/logcorrelator.
|
stocké dans /etc/logcorrelator.
|
||||||
reload_strategy: restart_service
|
reload_strategy: restart_service
|
||||||
example: |
|
example: |
|
||||||
|
# Logging configuration
|
||||||
|
log:
|
||||||
|
level: INFO # DEBUG, INFO, WARN, ERROR
|
||||||
|
|
||||||
# Inputs - at least 2 unix sockets required
|
# Inputs - at least 2 unix sockets required
|
||||||
inputs:
|
inputs:
|
||||||
unix_sockets:
|
unix_sockets:
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
# Compatible with CentOS 7, Rocky Linux 8, 9, 10
|
# Compatible with CentOS 7, Rocky Linux 8, 9, 10
|
||||||
|
|
||||||
# Define version before Version: field for RPM macro support
|
# Define version before Version: field for RPM macro support
|
||||||
%global spec_version 1.0.7
|
%global spec_version 1.0.8
|
||||||
|
|
||||||
Name: logcorrelator
|
Name: logcorrelator
|
||||||
Version: %{spec_version}
|
Version: %{spec_version}
|
||||||
|
|||||||
Reference in New Issue
Block a user