GithubHelp home page GithubHelp logo

elastex's Introduction

elastex - le elastic exporter

We often needed to export raw source data from our Elasticsearch cluster. As the size of stored data grew, the curl command stolen from Kibana 3 via its inspect function to do this became more and more suboptimal. There are similar tools to run queries against an Elasticsearch cluster, but none of them seemed to have all the functionality we wanted to use while usually being more complex than we wanted. We needed something that:

  • uses the scan and scroll technique to retrieve data
  • optionally supports hourly index patterns
  • can show its progress
  • both ends of a time range can be specified

So at least until we can send pull requests for other tools to implement those, we decided to just quickly roll our own.

Installation

elastex can be installed directly from the repository with Dist::Zilla and cpanm:

  1. dzil authordeps --missing | cpanm
  2. dzil install

Built-in help

If you need to quickly check what commands and options are there, just use the built-in help system:

elastex help

Or for a specific command:

elastex help command

elastex's People

Contributors

alip avatar ferki avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.