Class: DatadogAPIClient::V1::LogStreamWidgetDefinition
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogStreamWidgetDefinition
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/log_stream_widget_definition.rb
Overview
The Log Stream displays a log flow matching the defined query. Only available on FREE layout dashboards.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#columns ⇒ Object
Which columns to display on the widget.
-
#indexes ⇒ Object
An array of index names to query in the stream.
-
#logset ⇒ Object
ID of the log set to use.
-
#message_display ⇒ Object
Amount of log lines to display.
-
#query ⇒ Object
Query to filter the log stream with.
-
#show_date_column ⇒ Object
Whether to show the date column or not.
-
#show_message_column ⇒ Object
Whether to show the message column or not.
-
#sort ⇒ Object
Which column and order to sort by.
-
#time ⇒ Object
Time setting for the widget.
-
#title ⇒ Object
Title of the widget.
-
#title_align ⇒ Object
How to align the text on the widget.
-
#title_size ⇒ Object
Size of the title.
-
#type ⇒ Object
readonly
Type of the log stream widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
63 64 65 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 63 def additional_properties @additional_properties end |
#columns ⇒ Object
Which columns to display on the widget.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 25 def columns @columns end |
#indexes ⇒ Object
An array of index names to query in the stream. Use [] to query all indexes at once.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 28 def indexes @indexes end |
#logset ⇒ Object
ID of the log set to use.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 31 def logset @logset end |
#message_display ⇒ Object
Amount of log lines to display
34 35 36 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 34 def @message_display end |
#query ⇒ Object
Query to filter the log stream with.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 37 def query @query end |
#show_date_column ⇒ Object
Whether to show the date column or not
40 41 42 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 40 def show_date_column @show_date_column end |
#show_message_column ⇒ Object
Whether to show the message column or not
43 44 45 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 43 def @show_message_column end |
#sort ⇒ Object
Which column and order to sort by
46 47 48 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 46 def sort @sort end |
#time ⇒ Object
Time setting for the widget.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 49 def time @time end |
#title ⇒ Object
Title of the widget.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 52 def title @title end |
#title_align ⇒ Object
How to align the text on the widget.
55 56 57 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 55 def title_align @title_align end |
#title_size ⇒ Object
Size of the title.
58 59 60 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 58 def title_size @title_size end |
#type ⇒ Object
Type of the log stream widget.
61 62 63 |
# File 'lib/datadog_api_client/v1/models/log_stream_widget_definition.rb', line 61 def type @type end |