Introduction
Elasticsearch is a powerful search engine and as a software engineer I have that pleasure to use it regularly. Few weeks ago I had an implementation to do related to the communication with Elasticsearch and I had to query it quite often. Once I finished the task I realised that it would be great to have a lightweight CLI tool to query the Elasticsearch just for basic stuff like e.g. document content or aliases for a given index. For this reason I created and published the CLI tool for quick-querying the Elasticsearch – ElasticSearcher.
ElasticSearcher
The ElasticSearcher tool is available on my GitHub – there is a README.md file so if you are interested in reading a bit more about the tool please refer to the repository. You can install the tool from the NuGet.
The main advantage of the tool is that it can be easily used from the terminal – no need to open browser or any other additional window. From my perspective the terminal is always up during my worktime so having such a tool on hand seems to be quite handy.
Conclusion
Unless I find the tool pointless, I plan to add more and more stuff to the tool over time.
I would be grateful for any suggestions/ideas or contribution in general.
Have a nice day, bye!
Be First to Comment