Skip to content

Commit 398a907

Browse files
committed
감리 : monitoring doc save and search flow
1 parent cb6b064 commit 398a907

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docker/kibana_run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
docker run -d --name kibana --network host -e ELASTICSEARCH_HOSTS=http://10.50.0.44:1200 -e ELASTICSEARCH_SERVICEACCOUNTTOKEN=##
2+
docker.elastic.co/kibana/kibana:8.11.3

management/server/elastic_inspect

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
청크 메타데이터 나열(search -> count 변경시 개수 확인)
2+
curl -u elastic:infiniti_rag_flow -X GET “http://localhost:9200/_search?pretty
3+
전체 도큐먼트 인덱스 아이디 확인
4+
curl -u elastic:infiniti_rag_flow -X GET “http://localhost:9200/_search?pretty -H ‘Content-Type: application/json’ -d ‘{“size”:10000,”_source”:[“doc_id”],”query”:{“match_all”?}}}’

0 commit comments

Comments
 (0)