{"id":606,"date":"2024-05-15T18:29:37","date_gmt":"2024-05-15T10:29:37","guid":{"rendered":"https:\/\/www.madbull.site\/?p=606"},"modified":"2024-05-15T18:41:45","modified_gmt":"2024-05-15T10:41:45","slug":"%e5%9c%a8python%e4%b8%ad%e8%bf%9e%e6%8e%a5elasticsearch","status":"publish","type":"post","link":"https:\/\/www.madbull.site\/?p=606","title":{"rendered":"\u5728python\u4e2d\u8fde\u63a5elasticsearch"},"content":{"rendered":"\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>\u4ee3\u7801<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># -*- coding:utf-8 -*-\n\nfrom elasticsearch import Elasticsearch\n\nES_USER=\"user\"\nES_PASSWORD=\"password\"\n\nes = Elasticsearch(\n                &#91;\"https:\/\/127.0.0.1:9200\"],\n                basic_auth = (ES_USER, ES_PASSWORD),\n                max_retries = 5,\n                retry_on_timeout = True,\n                retry_on_status=&#91;502, 503, 504],\n                verify_certs=False,\n                connections_per_node = 8,\n            )\n\nif es.ping():\n    print(\"=======================================\")\nelse :\n    print(\"error error error \")\n\nindices = es.cat.indices(format=\"json\", h=&#91;'index'])                                     \nprint(indices)<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u5728python\u4e2d\u8fde\u63a5elasticsearch<\/p>\n","protected":false},"author":1,"featured_media":425,"comment_status":"open","ping_status":"open","sticky":false,"template":"single-with-sidebar","format":"standard","meta":{"footnotes":""},"categories":[124,155,5,154],"tags":[204,126,142,205],"class_list":["post-606","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-es","category-python","category-database","category-154","tag-connection","tag-elasticsearch","tag-python","tag-205"],"_links":{"self":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts\/606","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=606"}],"version-history":[{"count":2,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts\/606\/revisions"}],"predecessor-version":[{"id":608,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts\/606\/revisions\/608"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/media\/425"}],"wp:attachment":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=606"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=606"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}