Commit 0cb8c43e authored by 崔为之's avatar 崔为之 💪🏽

Update project

parent ff248f24
System: Server:
Env: public Name: elasticsearch-log-parse
Tag:
IP: 172.28.12.236
Port: 5000
Interval: 30s
Timeout: 30s
Deregister: 60s
Database: Database:
Type: mysql Type: postgresql
Driver: pymysql Driver: psycopg2
Username: root Username: postgres
Password: localhost123 Password: localhost123
Host: localhost Host: localhost
Port: 3306 Port: 5432
DB: elp DB: elp
TableName: logs
Elasticsearch: Elasticsearch:
Host: 172.28.5.39 Host: 172.28.5.39
...@@ -30,3 +37,16 @@ Logger: ...@@ -30,3 +37,16 @@ Logger:
Rotation: Rotation:
Enqueue: True Enqueue: True
Retention: Retention:
Scheduler:
Start: 2023-11-20 18:50:00
End: 2099-11-11 16:00:00
Timezone: Asia/Shanghai
ExtraDB:
Host: 172.28.5.39
Port: 3306
User: root
Password: gree123
DB: corpora
Sql: select concat(scene.scene, '.', intent) from intents as i left join scene on scene.id=i.scene_id group by i.intent;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment