Skip to main content

dropped

Creates, updates, deletes, gets or lists a dropped resource.

Overview

Namedropped
TypeResource
Idsumologic.fields.dropped

Fields

The following fields are returned by SELECT queries:

List of dropped fields.

NameDatatypeDescription
fieldNamestringField name. (example: hostIP)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listDroppedFieldsselectregionDropped fields are fields sent to Sumo Logic, but are ignored since they are not defined in your Fields schema. In order to save these values a field must both exist and be enabled.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringSumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2)

SELECT examples

Dropped fields are fields sent to Sumo Logic, but are ignored since they are not defined in your Fields schema. In order to save these values a field must both exist and be enabled.

SELECT
fieldName
FROM sumologic.fields.dropped
WHERE region = '{{ region }}' -- required
;