Sha256: b7af95ca07cbe539581c47e64cf52fdeb19cf19a5f95e5cf0ef39033a7b75937
Contents?: true
Size: 1.65 KB
Versions: 7
Compression:
Stored size: 1.65 KB
Contents
# DatadogAPIClient::V1::LogStreamWidgetDefinition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **columns** | **Array<String>** | Which columns to display on the widget. | [optional] | | **indexes** | **Array<String>** | An array of index names to query in the stream. Use [] to query all indexes at once. | [optional] | | **logset** | **String** | ID of the log set to use. | [optional] | | **message_display** | [**WidgetMessageDisplay**](WidgetMessageDisplay.md) | | [optional] | | **query** | **String** | Query to filter the log stream with. | [optional] | | **show_date_column** | **Boolean** | Whether to show the date column or not | [optional] | | **show_message_column** | **Boolean** | Whether to show the message column or not | [optional] | | **sort** | [**WidgetFieldSort**](WidgetFieldSort.md) | | [optional] | | **time** | [**WidgetTime**](WidgetTime.md) | | [optional] | | **title** | **String** | Title of the widget. | [optional] | | **title_align** | [**WidgetTextAlign**](WidgetTextAlign.md) | | [optional] | | **title_size** | **String** | Size of the title. | [optional] | | **type** | [**LogStreamWidgetDefinitionType**](LogStreamWidgetDefinitionType.md) | | [default to 'log_stream'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::LogStreamWidgetDefinition.new( columns: null, indexes: ["days-3","days-7"], logset: null, message_display: null, query: null, show_date_column: null, show_message_column: null, sort: null, time: null, title: null, title_align: null, title_size: null, type: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems