Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
soctools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gn4-3-wp8-t3.1 SOC
soctools
Commits
301970a5
Commit
301970a5
authored
4 years ago
by
Arne Øslebø
Browse files
Options
Downloads
Patches
Plain Diff
added logging from haproxy
parent
b3435a05
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
roles/filebeat/templates/filebeat.yml.j2
+6
-0
6 additions, 0 deletions
roles/filebeat/templates/filebeat.yml.j2
roles/haproxy/templates/haproxy.cfg.j2
+1
-1
1 addition, 1 deletion
roles/haproxy/templates/haproxy.cfg.j2
soctools-inventory
+1
-1
1 addition, 1 deletion
soctools-inventory
with
8 additions
and
2 deletions
roles/filebeat/templates/filebeat.yml.j2
+
6
−
0
View file @
301970a5
filebeat.inputs:
{% if FILEBEAT_FILES is defined %}
- type: log
paths:
{% for file in FILEBEAT_FILES %}
- {{ file }}
{% endfor %}
{% else %}
- type: syslog
protocol.udp:
host: "localhost:{{ FILEBEAT_SYSLOG_PORT }}"
{% endif %}
fields:
log_type: {{ FILEBEAT_LOG_TYPE }}
...
...
This diff is collapsed.
Click to expand it.
roles/haproxy/templates/haproxy.cfg.j2
+
1
−
1
View file @
301970a5
global
#quiet
log
stdout format raw
local0
log
127.0.0.1:9000
local0
nbproc {{ HAPROXY_PROCESSES }}
ssl-default-bind-ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
ssl-default-bind-options prefer-client-ciphers no-sslv3 no-tlsv10 no-tlsv11 no-tls-tickets
...
...
This diff is collapsed.
Click to expand it.
soctools-inventory
+
1
−
1
View file @
301970a5
...
...
@@ -35,5 +35,5 @@ dsoclab-nifi-3 ansible_connection=docker FILEBEAT_FILES='["/opt/nifi/nifi-curren
#dsoclab-keycloak ansible_connection=docker FILEBEAT_FILES='[""]'
#dsoclab-mysql ansible_connection=docker FILEBEAT_FILES='[""]'
#dsoclab-misp ansible_connection=docker FILEBEAT_FILES='[""]'
#
dsoclab-haproxy ansible_connection=docker FILEBEAT_
FILES='[""]'
dsoclab-haproxy ansible_connection=docker FILEBEAT_
SYSLOG_PORT=9000 FILEBEAT_LOG_TYPE="haproxy"
#dsoclab-zookeeper ansible_connection=docker FILEBEAT_FILES='[""]'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment