{"id":15040599,"url":"https://github.com/santthosh/aws-es-kibana","last_synced_at":"2025-05-16T15:09:10.645Z","repository":{"id":43013450,"uuid":"55059880","full_name":"santthosh/aws-es-kibana","owner":"santthosh","description":"AWS ElasticSearch Kibana Proxy","archived":false,"fork":false,"pushed_at":"2023-09-23T22:15:20.000Z","size":237,"stargazers_count":320,"open_issues_count":26,"forks_count":134,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-12T14:16:44.664Z","etag":null,"topics":["aws","docker-container","elasticsearch","kibana-proxy","proxy"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/santthosh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-30T12:09:29.000Z","updated_at":"2025-03-19T05:35:12.000Z","dependencies_parsed_at":"2024-06-19T05:31:29.213Z","dependency_job_id":"89a58d50-58d7-4097-93fb-5d7196a71039","html_url":"https://github.com/santthosh/aws-es-kibana","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santthosh%2Faws-es-kibana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santthosh%2Faws-es-kibana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santthosh%2Faws-es-kibana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santthosh%2Faws-es-kibana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santthosh","download_url":"https://codeload.github.com/santthosh/aws-es-kibana/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553958,"owners_count":22090417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","docker-container","elasticsearch","kibana-proxy","proxy"],"created_at":"2024-09-24T20:44:47.775Z","updated_at":"2025-05-16T15:09:05.626Z","avatar_url":"https://github.com/santthosh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm version](https://badge.fury.io/js/aws-es-kibana.svg)](https://badge.fury.io/js/aws-es-kibana) ![dependencies](https://david-dm.org/santthosh/aws-es-kibana.svg)\n[![Docker Stars](https://img.shields.io/docker/stars/santthosh/aws-es-kibana.svg)](https://registry.hub.docker.com/v2/repositories/santthosh/aws-es-kibana/stars/count/)\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/santthosh/aws-es-kibana)\n\n# AWS ES/Kibana Proxy\n\nAWS ElasticSearch/Kibana Proxy to access your [AWS ES](https://aws.amazon.com/elasticsearch-service/) cluster. \n\nThis is the solution for accessing your cluster if you have [configured access policies](http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-access-policies) for your ES domain\n\n## Usage\n\nInstall the npm module \n\n    npm install -g aws-es-kibana\n    \nSet AWS credentials\n                          \n    export AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXXXXXXX\n    export AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXX\n\nRun the proxy (do not include the `http` or `https` from your `cluster-endpoint` or the proxy won't function)\n\n    aws-es-kibana \u003ccluster-endpoint\u003e\n\nWhere cluster-endpoint can be either a URL (i.e. https://search-xxxxx.us-west-2.es.amazonaws.com) or a hostname (i.e. search-xxxxx.us-west-2.es.amazonaws.com). \nAlternatively, you can set the _AWS_PROFILE_ environment variable\n\n    AWS_PROFILE=myprofile aws-es-kibana \u003ccluster-endpoint\u003e\n    \nExample with hostname as cluster-endpoint:\n\n![aws-es-kibana](https://raw.githubusercontent.com/santthosh/aws-es-kibana/master/aws-es-kibana.png)\n\n### Run within docker container\n\nIf you are familiar with Docker, you can run `aws-es-kibana` within a Docker container\n\nYou can pull the official container for use\n\n    docker pull santthosh/aws-es-kibana:latest\n\n(or) Build the image\n\n\tdocker build -t aws-es-kibana .\n\nRun the container (do not forget to pass the required environment variables)\n\n\tdocker run -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -p 127.0.0.1:9200:9200 aws-es-kibana -b 0.0.0.0 \u003ccluster-endpoint\u003e\n\n\n## Credits\n\nAdopted from this [gist](https://gist.github.com/nakedible-p/ad95dfb1c16e75af1ad5). Thanks [@nakedible-p](https://github.com/nakedible-p)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantthosh%2Faws-es-kibana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsantthosh%2Faws-es-kibana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantthosh%2Faws-es-kibana/lists"}