Class: FilterLogAnalyzer

FilterLogAnalyzer

new FilterLogAnalyzer()

A filter log analyzer receives all requests from the base log analyzer filtered by the LogAnalyzerFilteredSubAnalyzerMixin#filterString. Request data may be stored on a database. Columns may be added, changed or removed setting additional entries in the columns array.

Extends

Members

baseLogPoolId :Integer

Base LogAnalyzer ID. Required for FilterLogAnalyzer and ViewLogAnalyzer.

Type:
  • Integer
Inherited From:
See:

filterString :String

Requests from the base log analyzer will be filtered by this filter.

Type:
  • String
Inherited From:

group :String

Authorized user and group names separated by semicolons.

Type:
  • String
Inherited From:

(readonly) id :Integer

The ID of this object.

Type:
  • Integer
Inherited From:

logPoolType :LogAnalyzerType

Type:
  • LogAnalyzerType
Inherited From:

name :String

The name of this object.

Type:
  • String
Inherited From:

properties :Object.<string, string>

A place to store arbitrary string properties. In some cases objects store their configuration inside this hash/dictionary. If you store custom properties make sure you prefix them with your moduleId.

Type:
  • Object.<string, string>
Inherited From:
See:
  • upgrade_module

reference :String

The reference of this object. May only contain the characters A-Za-z0-9_.+: -.

Type:
  • String
Inherited From:
Default Value:
  • ""

status :ElementStatus

The object status.

Type:
Inherited From:
Default Value:
  • ElementStatus.Active