mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-05-11 14:22:08 +08:00
22 lines
501 B
JSON
22 lines
501 B
JSON
{
|
|
"groups": [],
|
|
"properties": [
|
|
{
|
|
"name": "logging.extend.kafka-appender.bootstrap-servers",
|
|
"type": "java.lang.String",
|
|
"defaultValue": "localhost:9092"
|
|
},
|
|
{
|
|
"name": "logging.extend.kafka-appender.topic",
|
|
"type": "java.lang.String",
|
|
"defaultValue": "logback_to_logstash"
|
|
},
|
|
{
|
|
"name": "logging.extend.logstash-appender.destination",
|
|
"type": "java.lang.String",
|
|
"defaultValue": "localhost:4560"
|
|
}
|
|
],
|
|
"hints": [
|
|
]
|
|
} |