Sha256: e8522936349e7ced683fe27371cd30b92ccb3bcb24eb6a903b5a2451d66a3a17
Contents?: true
Size: 789 Bytes
Versions: 2
Compression:
Stored size: 789 Bytes
Contents
# Ej elasticsearch utility ## Installation Add this line to your application's Gemfile: gem 'ej' And then execute: $ bundle Or install it yourself as: $ gem install ej ## Usage ### simple search ```bash ej -s ``` ### other host ```bash ej -s -h other_host ``` ### query search and index ```bash ej -s "ip_address: 127.0.0.1" -i logstash-2014.07.01 ``` ### index list ```bash ej -l ``` ### facet ```bash ej -c ip_address -q "log_date: 2014-01-15" ``` ### mapping ```bash ej -m ``` ## Contributing 1. Fork it ( http://github.com/toyama0919/ej/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ej-0.0.5 | README.md |
ej-0.0.4 | README.md |