Sha256: ef053d00dee1487bd40347572169fcb7e29d498272edd3756969e80e507c43c8
Contents?: true
Size: 1.89 KB
Versions: 1
Compression:
Stored size: 1.89 KB
Contents
:plugin: heroku :type: input :default_codec: plain /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// :version: %VERSION% :release_date: %RELEASE_DATE% :changelog_url: %CHANGELOG_URL% :include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// [id="plugins-{type}s-{plugin}"] === Heroku input plugin include::{include_path}/plugin_header.asciidoc[] ==== Description Stream events from a heroku app's logs. This will read events in a manner similar to how the `heroku logs -t` command fetches logs. Recommended filters: [source,ruby] filter { grok { pattern => "^%{TIMESTAMP_ISO8601:timestamp} %{WORD:component}\[%{WORD:process}(?:\.%{INT:instance:int})?\]: %{DATA:message}$" } date { timestamp => ISO8601 } } [id="plugins-{type}s-{plugin}-options"] ==== Heroku Input Configuration Options This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later. [cols="<,<,<",options="header",] |======================================================================= |Setting |Input type|Required | <<plugins-{type}s-{plugin}-app>> |<<string,string>>|Yes |======================================================================= Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all input plugins. [id="plugins-{type}s-{plugin}-app"] ===== `app` * This is a required setting. * Value type is <<string,string>> * There is no default value for this setting. The name of your heroku application. This is usually the first part of the the domain name `my-app-name.herokuapp.com` [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[] :default_codec!:
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-input-heroku-3.0.3 | docs/index.asciidoc |