Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fluentd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
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
Ansible
Roles
fluentd
Commits
e875baac
Commit
e875baac
authored
9 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Fix settings for the logserver
parent
3cb8bd31
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/td-agent.conf
+0
-23
0 additions, 23 deletions
templates/td-agent.conf
with
0 additions
and
23 deletions
templates/td-agent.conf
deleted
100644 → 0
+
0
−
23
View file @
3cb8bd31
<
source
>
@
type
secure_forward
shared_key
{{
fluentd_shared_key
}}
self_hostname
{{
inventory_hostname
}}
secure
true
ca_cert_path
/
etc
/
ssl
/
td
-
agent
/
cert
.
pem
ca_private_key_path
/
etc
/
ssl
/
td
-
agent
/
key
.
pem
ca_private_key_passphrase
{{
fluentd_cert_passphrase
}}
authentication
yes
<
user
>
username
{{
fluentd_username
}}
password
{{
fluentd_password
}}
</
user
>
</
source
>
<
match
**>
@
type
elasticsearch
logstash_format
true
host
127
.
0
.
0
.
1
port
9200
index_name
fluentd
type_name
fluentd
</
match
>
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