{"id":1048,"date":"2020-06-30T13:45:07","date_gmt":"2020-06-30T04:45:07","guid":{"rendered":"https:\/\/www.skyer9.pe.kr\/wordpress\/?p=1048"},"modified":"2020-06-30T14:13:28","modified_gmt":"2020-06-30T05:13:28","slug":"elasticsearch-alias","status":"publish","type":"post","link":"https:\/\/www.skyer9.pe.kr\/wordpress\/?p=1048","title":{"rendered":"Elasticsearch alias"},"content":{"rendered":"<h1>Elasticsearch alias<\/h1>\n<p>\uc544\ub798\uc758 \uba85\ub839\ub4e4\uc744 \uc774\uc6a9\ud574 <code>alias<\/code> \ub97c \uc0dd\uc131 \ub610\ub294 \uc0ad\uc81c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>alias \uc0dd\uc131<\/h2>\n<pre><code class=\"language-bash\">curl -X POST &quot;localhost:9200\/_aliases?pretty&quot; -H &#039;Content-Type: application\/json&#039; -d&#039;{\n  &quot;actions&quot;: [\n    {\n      &quot;add&quot; : {\n        &quot;index&quot; : &quot;some-index&quot;,\n        &quot;alias&quot; : &quot;some-alias&quot;\n      }\n    }\n  ]\n}&#039;<\/code><\/pre>\n<h2>alias \uc870\ud68c<\/h2>\n<pre><code class=\"language-bash\">curl -X GET &#039;localhost:9200\/_cat\/aliases?v&#039;<\/code><\/pre>\n<h2>alias \uc0ad\uc81c<\/h2>\n<pre><code class=\"language-bash\">curl -X POST &quot;localhost:9200\/_aliases?pretty&quot; -H &#039;Content-Type: application\/json&#039; -d&#039;{\n  &quot;actions&quot;: [\n    {\n      &quot;remove&quot; : {\n        &quot;index&quot; : &quot;some-index&quot;,\n        &quot;alias&quot; : &quot;some-alias&quot;\n      }\n    }\n  ]\n}&#039;<\/code><\/pre>\n<h2>alias \ub97c \uc774\uc6a9\ud55c \uc778\ub371\uc2a4\ubcc0\uacbd<\/h2>\n<pre><code class=\"language-bash\">curl -X POST &quot;localhost:9200\/_aliases&quot; -H &#039;Content-Type: application\/json&#039; -d&#039;{\n  &quot;actions&quot; : [\n    {\n      &quot;add&quot;: {\n        &quot;index&quot;: &quot;new-index&quot;,\n        &quot;alias&quot;: &quot;some-alias&quot;\n      },\n      &quot;remove&quot; : {\n        &quot;index&quot; : &quot;old-index&quot;,\n        &quot;alias&quot; : &quot;some-alias&quot;\n      }\n    }\n  ]\n}&#039;<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Elasticsearch alias \uc544\ub798\uc758 \uba85\ub839\ub4e4\uc744 \uc774\uc6a9\ud574 alias \ub97c \uc0dd\uc131 \ub610\ub294 \uc0ad\uc81c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. alias \uc0dd\uc131 curl -X POST &quot;localhost:9200\/_aliases?pretty&quot; -H &#039;Content-Type: application\/json&#039; -d&#039;{ &quot;actions&quot;: [ { &quot;add&quot; : { &quot;index&quot; : &quot;some-index&quot;, &quot;alias&quot; : &quot;some-alias&quot; } } ] }&#039; alias \uc870\ud68c curl -X GET &#039;localhost:9200\/_cat\/aliases?v&#039; alias \uc0ad\uc81c curl -X POST &quot;localhost:9200\/_aliases?pretty&quot; -H &#039;Content-Type: application\/json&#039; -d&#039;{ &quot;actions&quot;:\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.skyer9.pe.kr\/wordpress\/?p=1048\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-1048","post","type-post","status-publish","format-standard","hentry","category-elasticsearch"],"_links":{"self":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/1048","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1048"}],"version-history":[{"count":2,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/1048\/revisions"}],"predecessor-version":[{"id":1052,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/1048\/revisions\/1052"}],"wp:attachment":[{"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1048"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1048"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.skyer9.pe.kr\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1048"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}