All Projects → avalarin → Elasticsearch Cli

avalarin / Elasticsearch Cli

Licence: mit
Command line interface for ElasticSearch

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Elasticsearch Cli

Microservice Monitoring
Monitor your Spring Boot application with the Elastic Stack all around
Stars: ✭ 114 (+62.86%)
Mutual labels:  elastic, elasticsearch, kibana
Elastic Docker
Example setups for Elasticsearch, Kibana, Logstash, and Beats with docker-compose
Stars: ✭ 118 (+68.57%)
Mutual labels:  elastic, elasticsearch, kibana
Elasticambari
Elastic Service for Ambari
Stars: ✭ 108 (+54.29%)
Mutual labels:  elastic, elasticsearch, kibana
Sentinl
Kibana Alert & Report App for Elasticsearch
Stars: ✭ 1,233 (+1661.43%)
Mutual labels:  elastic, elasticsearch, kibana
Docker Elastic Stack
ELK Stack Dockerfile
Stars: ✭ 175 (+150%)
Mutual labels:  elastic, elasticsearch, kibana
Elastic
Elastic Stack (6.2.4) 을 활용한 Dashboard 만들기 Project
Stars: ✭ 121 (+72.86%)
Mutual labels:  elastic, elasticsearch, kibana
Redelk
Red Team's SIEM - tool for Red Teams used for tracking and alarming about Blue Team activities as well as better usability in long term operations.
Stars: ✭ 1,692 (+2317.14%)
Mutual labels:  elastic, elasticsearch, kibana
Pfelk
pfSense/OPNsense + ELK
Stars: ✭ 417 (+495.71%)
Mutual labels:  elastic, elasticsearch, kibana
Elastic Stack
Aprenda Elasticsearch, Logstash, Kibana e Beats do jeito mais fácil ⭐️
Stars: ✭ 135 (+92.86%)
Mutual labels:  elastic, elasticsearch, kibana
Sigmaui
SIGMA UI is a free open-source application based on the Elastic stack and Sigma Converter (sigmac)
Stars: ✭ 123 (+75.71%)
Mutual labels:  elastic, elasticsearch, kibana
Helk
The Hunting ELK
Stars: ✭ 3,097 (+4324.29%)
Mutual labels:  elastic, elasticsearch, kibana
Es2csv
Export from an Elasticsearch into a CSV file
Stars: ✭ 465 (+564.29%)
Mutual labels:  cli, elasticsearch, kibana
Wonders
🌈 Declarative JavaScript framework to build command-line applications.
Stars: ✭ 34 (-51.43%)
Mutual labels:  cli, console
Video To Ascii
It is a simple python package to play videos in the terminal using characters as pixels
Stars: ✭ 960 (+1271.43%)
Mutual labels:  cli, console
3d kibana charts vis
3D Kibana Charts: Pie Chart, Bars Chart, Bubbles Chart
Stars: ✭ 34 (-51.43%)
Mutual labels:  elasticsearch, kibana
Termtools
Customize your terminal using JavaScript. With themes, extra alias and functions, we combine the power from both JavaScript and Bash.
Stars: ✭ 42 (-40%)
Mutual labels:  cli, console
Unidump
hexdump(1) for Unicode data
Stars: ✭ 31 (-55.71%)
Mutual labels:  cli, console
Langterm
🕹️ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure
Stars: ✭ 35 (-50%)
Mutual labels:  cli, console
Spring Boot Microservice Eureka Zuul Docker
Spring-Boot rest microservices using Eureka, Zuul, Docker. Monitoring with logstash, logback, elasticsearch, kibana
Stars: ✭ 45 (-35.71%)
Mutual labels:  elasticsearch, kibana
Scout Elasticsearch Driver
This package offers advanced functionality for searching and filtering data in Elasticsearch.
Stars: ✭ 1,047 (+1395.71%)
Mutual labels:  elastic, elasticsearch

Elasticsearch CLI

Build Status Coverage Status

Command-line interface for ElasticSearch

Installing

MacOS

TBD

Linux

TBD

From archive

  • Download the latest release from the releases page
  • Unpack it to the executable files directory (e.g. /usr/local/bin)
  • Make the elastic-cli binary executable chmod +x /usr/local/bin/elastic-cli

Configuration

Configuration file stored in your home directory - ~/.elastic-cli. Empty configuration file will be created at the first lanuch.

You need to register some elasticsearch server and set is as default:

elastic-cli config add server local --address http://localhost:9200 --index '*'
elastic-cli config use server local

Usage

Examples:

elastic-cli search -q 'level: Error'
elastic-cli search -q 'level: Error' -o json
elastic-cli search -q 'level: Error' -o '{level} {message}'
elastic-cli search -q 'level: Error' -f 'level,message'

For more documentation use help:

elastic-cli help
elastic-cli search --help
elastic-cli config --help
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].