ElasticSerarch

Create Elasticsearch Index using plugin

천사진수님 2019. 5. 10. 00:45
반응형

plugin을 사용하여 ElasticSearch Index 생성

 

테스트환경

Cluster 구성 : 1 node(single node / macOS  / LocalServer)

elasticSearch : elasticSearch 6.1.1 

Plugin_tools : ElasticSearch_Head / Elasticsearch_hq  

 

 

1. Elasitc Hq

ElasticSearch_HQ를 사용하여 Index 생성

1.1 ElasticHQ 접속 

     http://localhost:5000

1.2 Indices -> Create Index 화면에서 Index 생성

    Name : test_index    

    Shard : 1 

    Replication : 1 

 

2. elasticsearch-head

ElasticSearch_head를 사용하여 Index 생성

1.1 크롬 플로그인을 사용하여 ElasticSearch_head 접속 

1.2 Indices -> new Index 화면에서 Index 생성

    Name : test_index    

    Shard : 1 

    Replication : 1 

반응형