ec_attribute table

The ec_attribute table holds information about attributes that have been registered with Event Collector.

Column Description
attribute_pk Primary key of this attribute.
component_id Unique identifier of the attribute’s parent component.
attribute_name Name of this attribute.
attribute_category Category of this attribute.
attribute_type Type of this attribute. This must be one of the following:
  • INT
  • LONG
  • DOUBLE
  • BOOLEAN
  • STRING
  • DATE
attribute_flags Specifies whether or not the attribute is an array. For example,
  • isArray=0. The attribute is a regular attribute.
  • isArray=1. The attribute is an array.