2020년 7월 8일 수요일

[Elasticsearch] 등록된 search template 조회

등록되어있는 search template 리스트 호출 URL
GET _cluster/state?filter_path=metadata.stored_scripts
등록되어 있는 개별 search template 호출 URL
GET _cluster/state?filter_path=metadata.stored_scripts.[search template name]

GET _scripts/[search template name]