ingest-xml-to-json:Elasticsearch xml-to-json提取处理器

时间:2021-05-16 21:50:57
【文件属性】:
文件名称:ingest-xml-to-json:Elasticsearch xml-to-json提取处理器
文件大小:69KB
文件格式:ZIP
更新时间:2021-05-16 21:50:57
Java Elasticsearch xml-to-json提取处理器 以TLDR方式说明此处理器的用例。 用法 PUT _ingest/pipeline/xml-to-json-pipeline { "description": "A pipeline to do whatever", "processors": [ { "xml_to_json" : { "field" : "my_field" } } ] } PUT /my-index/my-type/1?pipeline=xml-to-json-pipeline { "my_field" : "Some content" } GET /my-index/my-type/1 { "my_field" : "Some content" "potentially_e
【文件预览】:
ingest-xml-to-json-master
----gradlew(5KB)
----settings.gradle(40B)
----LICENSE.txt(11KB)
----src()
--------test()
--------main()
----NOTICE.txt(32B)
----gradle()
--------wrapper()
----README.md(1KB)
----gradlew.bat(2KB)
----.gitignore(398B)
----build.gradle(2KB)

网友评论