Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
24d7898e
"sql/ry_20220808.sql" did not exist on "eab1b450d52782737aad6b0d1bed3e6884ec3a2f"
Commit
24d7898e
authored
Jun 29, 2019
by
macro
Browse files
Update logstash-springboot.conf
parent
e0ac85a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
document/elk/logstash-springboot.conf
View file @
24d7898e
input
{
tcp
{
port
=>
4560
codec
=>
json_lines
}
tcp
{
mode
=>
"server"
host
=>
"0.0.0.0"
port
=>
4560
codec
=>
json_lines
}
}
output
{
elasticsearch
{
hosts
=> [
"localhost:9200"
] }
stdout
{
codec
=>
rubydebug
}
output
{
elasticsearch
{
hosts
=>
"es:9200"
index
=>
"springboot-logstash-%{+YYYY.MM.dd}"
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment