Add Kibana component for Elasticsearch (#1710)

### What problem does this PR solve?
Add Kibana component for Elasticsearch

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: Theta Wang (ncu) <chunshan.connect@gmail.com>
This commit is contained in:
Wang
2024-07-26 10:34:35 +08:00
committed by GitHub
parent 3f495b2d22
commit 548f01850f
5 changed files with 72 additions and 2 deletions

View File

@@ -17,6 +17,10 @@ es:
hosts: 'http://es01:9200'
username: 'elastic'
password: 'infini_rag_flow'
kibana:
hosts: 'http://${host}:6601'
username: 'rag_flow'
password: 'infini_rag_flow'
redis:
db: 1
password: 'infini_rag_flow'