Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the head plugin from https://support.cloud.caringo.com/tools/elasticsearch5-head.tgz

  2. Install s3cmd , on CentOS/RHEL7 simply type yum install s3cmd and then s3cmd --configure to configure it.
  3. Create an S3 bucket called "head" 

    Code Block
    s3cmd mb s3://head


  4. Untar the head plugin locally


    Code Block
    cd head; tar xvzf elasticsearch5-head.tgz


  5. Upload all the files to your S3 bucket

    Code Block
    s3cmd sync . s3://head --no-mime-magic

    now you can access it using http://FQDN/head/index.html
    For Example: http://s3.demo.sales.local/head/index.html

    You can also pre-populated the target elasticsearch node with the base_uri queryArgument

    For Example: http://s3.demo.sales.local/head/index.html?base_uri=http://172.30.2.234:9200

    Info

    Keep in mind that most browsers wont allow mixed content loading between SSL and HTTP (aka CORS) , and elasticsearch port 9200 is HTTP not SSL !!
    so for example this wont work: https://s3.demo.sales.local/head/index.html?base_uri=http://172.30.2.234:9200

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@957
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "head" , "support" , "elasticsearch" ) and type = "page" and space = "KB"
labelselasticsearch head support

...

hiddentrue

...