This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mock service | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
namespace: MY_NAMESPACE | |
name: MY_APPNAME_VOLNAME | |
spec: | |
ports: | |
- port: 1 | |
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/auditsp/plugins.d/remotesyslog.conf | |
# | |
# This file controls the audispd data path to the | |
# remote event logger. This plugin will send events to | |
# a remote machine (Central Logger). | |
active = yes | |
direction = out | |
path = /etc/audisp/remotesyslog.sh | |
type = always |