Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/risdenk/hdp-sandbox-elasticsearch-flume
HDP Sandbox Elasticsearch/Flume
https://github.com/risdenk/hdp-sandbox-elasticsearch-flume
Last synced: about 1 month ago
JSON representation
HDP Sandbox Elasticsearch/Flume
- Host: GitHub
- URL: https://github.com/risdenk/hdp-sandbox-elasticsearch-flume
- Owner: risdenk
- Created: 2014-03-04T19:39:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T21:32:04.000Z (over 10 years ago)
- Last Synced: 2024-05-01T20:37:36.437Z (7 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hdp-sandbox-elasticsearch-flume
Avalon Consulting, LLC - http://www.avalonconsult.com/Hortonworks Blog Post - http://hortonworks.com/blog/configure-elastic-search-hadoop-hdp-2-0/
##Getting Started
These steps assume that they are all run on an HDP 2.0 Sandbox### Clone the Repo
1. `git clone https://github.com/risdenk/hdp-sandbox-elasticsearch-flume.git`
2. `cd hdp-sandbox-elasticsearch-flume`### Run the install
1. `./install.sh`### Setup Port Forwarding
Elasticsearch requires port 9200 to be forwarded to use the http interface for Kibana### View the Result
1. Open [http://localhost:42080/kibana/#/dashboard/file/flume.json](http://localhost:42080/kibana#/dashboard/file/flume.json)*** By default port 42080 is forwarded to Apache Web Server Port 80 on the HDP 2.0 Sandbox