Code Monkey home page Code Monkey logo

elastalert-profiler's Introduction

Elasticsearch query profiler designed for elastalert ruleset

Usage

elastalert-profiler.py [-h] [--timeout TIMEOUT] [--query-window QUERY_WINDOW] [--time-field TIME_FIELD] [--scroll SCROLL] --rule-dir RULE_DIRS --node NODES
                                                                  [--ca CA] [--cert CERT] [--key KEY] [--verbose] [--use-ssl]

optional arguments:
  -h, --help            show this help message and exit
  --timeout TIMEOUT     Search timeout (default: 60)
  --query-window QUERY_WINDOW
                        Query window (default: 15m)
  --time-field TIME_FIELD
                        Name of time field to query results (default: @timestamp)
  --scroll SCROLL       Scroll duration (default: 5m)
  --rule-dir RULE_DIRS  Path to elastalert ruleset [multiple --rule-dir supported] (default: None)
  --node NODES          ElasticSearch node [multiple --node supported] (default: None)
  --ca CA               CA file path (default: None)
  --cert CERT           Certificate file path (default: None)
  --key KEY             Key file path (default: None)
  --verbose             Increase verbosity (default: False)
  --use-ssl             Use SSL (default: True)

Examples

Watching node tasks:

./watch_tasks.py --node https://some_node:9200 --rule-dir ./elastalert-rules --cert cert.pem --key key.pem --ca ca.pem

Profiling ruleset:

./elastalert-profiler.py --node https://some_node:9200 --rule-dir ./elastalert-rules --cert cert.pem --key key.pem --ca ca.pem

elastalert-profiler's People

Contributors

vulnbe avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

joker2013

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.