Code Monkey home page Code Monkey logo

graylog2-plugin-exec's People

Contributors

nksft avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

graylog2-plugin-exec's Issues

Expose alarm details as ENV variables

Exposing the alarm details as env variables would allow them to be referenced in the script during execution.

message.timestamp
message.source
message.message
message.level
message.process_id
message.application_name
message.facility

stream - The stream this alert belongs to.

stream.id - ID of the stream
stream.title - title of the stream
stream.description - stream description
stream_url - A string that contains the HTTP URL to the stream.
check_result - The check result object for this stream.

check_result.triggeredCondition - string representation of the triggered alert condition
check_result.triggered - At date when this condition was triggered
check_result.result - Description text that describes the check result

backlog - A list of message objects. Can be used to iterate over the messages via foreach.
message (only available via iteration over the backlog object) - The message object has several fields with details about the message. When using the message object without accessing any fields, the toString() method of the underlying Java object is used to display it.

message.id - autogenerated message id
message.message - the actual message text
message.source - the source of the message
message.timestamp - the message timestamp
message.fields - map of key value pairs for all the fields defined in the message

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.