Method: Logcli::CLI#elasticsearch
- Defined in:
- lib/cli.rb
#elasticsearch ⇒ Object
38 39 40 41 42 |
# File 'lib/cli.rb', line 38 def elasticsearch params = Logcli::Params::Elasticsearch.new json = Logcli::Actions::Elasticsearch.new(params.parse_params) json.call end |