Adds a Resource Analysis tab to the XLSX output document.
Compatibility
The macro can be used in the highlighted input document types only. A greyed-out icon indicates not supported.
Usage
Does not work in Report Studio. The default columns output into the XLSX file are: 'AlertDisableStatus', 'AlertLevel', 'AlertAreAcknowledged', 'AlertAreInSdt', 'AlertStatusString', 'AutoPropertiesAssignedOnUtc', 'AutoPropertiesAssignedOnUtcDate', 'AutoPropertiesAssignedOnUtcDayOfWeek', 'AutoPropertiesAssignedOnUtcHourOfDay', 'AutoPropertiesUpdatedOnUtc', 'AutoPropertiesUpdatedOnUtcDate', 'AutoPropertiesUpdatedOnUtcDayOfWeek', 'AutoPropertiesUpdatedOnUtcHourOfDay', 'AwsState', 'CollectorDescription', 'CreatedOnUtc', 'CreatedOnUtcDate', 'CreatedOnUtcDayOfWeek', 'CreatedOnUtcHourOfDay', 'CurrentCollectorId', 'ResourceGroupIdsString', 'ResourceStatus', 'ResourceType', 'DisplayName', 'EffectiveAlertEnabled', 'EnableNetflow', 'GroupLevel1', 'GroupLevel2', 'GroupLevel3', 'GroupLevel4', 'GroupLevel5', 'GroupFullPath', 'HasDisabledSubResource', 'IsAlertingDisabled', 'Id', 'LastDataUtc', 'LastDataUtcDate', 'LastDataUtcDayOfWeek', 'LastDataUtcHourOfDay', 'LastRawDataUtc', 'LastRawDataUtcDate', 'LastRawDataUtcDayOfWeek', 'LastRawDataUtcHourOfDay', 'ManualDiscoveryFlags', 'NetflowCollectorId', 'NetflowCollectorName', 'Hostname', 'PreferredCollectorId', 'PreferredCollectorName', 'RelatedDeviceId', 'ScanConfigId', 'SdtStatus', 'UpdatedOnUtc', 'UpdatedOnUtcDate', 'UpdatedOnUtcDayOfWeek', 'UpdatedOnUtcHourOfDay', 'UptimeDays', 'UserPermission', 'Count', 'FractionalCount' and 'AffectedGroupCount'. Note that if any property value is more than 32,767 characters, it will be truncated to 32,767 characters, due to limitations in Excel. Otherwise when you open the file in Excel, it will complain that the file cannot be opened and attempt an automatic fix which may result in loss of data.
Recent Updates
[ 2026-03-11 ]When the total number of columns exceeds Excel's 1,024 pivot cache field limit, the data worksheet is still created but the pivot table is skipped with a warning.
Behaviour (2)5 additional
| Parameter | Type | Presence | Purpose | Options | Default |
| Int32 | Optional | The maximum number of attempts when requesting data via the LogicMonitor API. |
|
N/A | |
| Boolean | Optional | Whether to wait during LogicMonitor upgrades (i.e. execution essentially pauses). |
|
N/A |
Additional (5)
| Parameter | Type | Presence | Purpose | Options | Default |
| Boolean | Optional | Should NCalc expression evaluation throw error on Overflow |
|
true | |
| String | Optional | The condition that must be true in order for the macro to be executed/evaluated. Must either evaluate to true or false, for example: "3+5=8" or "contains('abcd', 'z'). | N/A | true | |
| MacroMode | Optional | The mode in which variables are stored. In the legacy mode (default for Schedules), the variable created is a string and formatted. In the normal mode (default for Report Studio), the output variable is stored as a strongly-typed theObject, e.g. an Int32 or a List |
|
Legacy | |
| ObfuscationType | Optional | Obfuscation type. Use obfuscation to write reports where sensitive data is hidden. When used, ReportMagic guarantees that the same input string will map to the same output string for the whole of the report (but the next time the report runs, it will most likely map to a different value). If you use obfuscation, the property in your macro will not show up and instead, you will see a fake item of the obfuscation type chosen. |
|
None | |
| String | Optional | If specified, adds a warning message for this macro. This is processed as an NCalc, and the warning message will ALWAYS be present and will be the value of the evaluated NCalc expression. | N/A | N/A |
Filtering & Sorting (1)
| Parameter | Type | Presence | Purpose | Options | Default |
| List<String> | Optional | The pivot table filter fields. In Excel's PivotTable Fields UI, these correspond to the items in the 'Filters' section. You an use any of the heading names: 'AlertDisableStatus', 'AlertLevel', 'AlertAreAcknowledged', 'AlertAreInSdt', 'AlertStatusString', 'AutoPropertiesAssignedOnUtc', 'AutoPropertiesAssignedOnUtcDate', 'AutoPropertiesAssignedOnUtcDayOfWeek', 'AutoPropertiesAssignedOnUtcHourOfDay', 'AutoPropertiesUpdatedOnUtc', 'AutoPropertiesUpdatedOnUtcDate', 'AutoPropertiesUpdatedOnUtcDayOfWeek', 'AutoPropertiesUpdatedOnUtcHourOfDay', 'AwsState', 'CollectorDescription', 'CreatedOnUtc', 'CreatedOnUtcDate', 'CreatedOnUtcDayOfWeek', 'CreatedOnUtcHourOfDay', 'CurrentCollectorId', 'ResourceGroupIdsString', 'ResourceStatus', 'ResourceType', 'DisplayName', 'EffectiveAlertEnabled', 'EnableNetflow', 'GroupLevel1', 'GroupLevel2', 'GroupLevel3', 'GroupLevel4', 'GroupLevel5', 'GroupFullPath', 'HasDisabledSubResource', 'IsAlertingDisabled', 'Id', 'LastDataUtc', 'LastDataUtcDate', 'LastDataUtcDayOfWeek', 'LastDataUtcHourOfDay', 'LastRawDataUtc', 'LastRawDataUtcDate', 'LastRawDataUtcDayOfWeek', 'LastRawDataUtcHourOfDay', 'ManualDiscoveryFlags', 'NetflowCollectorId', 'NetflowCollectorName', 'Hostname', 'PreferredCollectorId', 'PreferredCollectorName', 'RelatedDeviceId', 'ScanConfigId', 'SdtStatus', 'UpdatedOnUtc', 'UpdatedOnUtcDate', 'UpdatedOnUtcDayOfWeek', 'UpdatedOnUtcHourOfDay', 'UptimeDays', 'UserPermission', 'FractionalCount' and 'AffectedGroupCount'. | N/A | N/A |
Output (2)
| Parameter | Type | Presence | Purpose | Options | Default |
| String | Optional | The text to display should the macro fail to execute. Note that a poorly-specified macro (e.g. omitting mandatory parameters) will still result in an error message. | N/A | N/A | |
| String | Optional | The name of a variable to create should the macro fail to execute. The variable will be a text variable, and will contain either the failure text (only if the failureText parameter is set), otherwise it will contain the exception / failure message. | N/A | N/A |
General (10)5 additional
| Parameter | Type | Presence | Purpose | Options | Default |
| Boolean | Optional | Whether to add a title to the Analytics worksheet. |
|
true | |
| Boolean | Optional | Whether to add column grand totals to the pivot table. |
|
true | |
| List<String> | Optional | The pivot table column fields. In Excel's PivotTable Fields UI, these correspond to the items in the 'Columns' section. You an use any of the heading names: 'AlertDisableStatus', 'AlertLevel', 'AlertAreAcknowledged', 'AlertAreInSdt', 'AlertStatusString', 'AutoPropertiesAssignedOnUtc', 'AutoPropertiesAssignedOnUtcDate', 'AutoPropertiesAssignedOnUtcDayOfWeek', 'AutoPropertiesAssignedOnUtcHourOfDay', 'AutoPropertiesUpdatedOnUtc', 'AutoPropertiesUpdatedOnUtcDate', 'AutoPropertiesUpdatedOnUtcDayOfWeek', 'AutoPropertiesUpdatedOnUtcHourOfDay', 'AwsState', 'CollectorDescription', 'CreatedOnUtc', 'CreatedOnUtcDate', 'CreatedOnUtcDayOfWeek', 'CreatedOnUtcHourOfDay', 'CurrentCollectorId', 'ResourceGroupIdsString', 'ResourceStatus', 'ResourceType', 'DisplayName', 'EffectiveAlertEnabled', 'EnableNetflow', 'GroupLevel1', 'GroupLevel2', 'GroupLevel3', 'GroupLevel4', 'GroupLevel5', 'GroupFullPath', 'HasDisabledSubResource', 'IsAlertingDisabled', 'Id', 'LastDataUtc', 'LastDataUtcDate', 'LastDataUtcDayOfWeek', 'LastDataUtcHourOfDay', 'LastRawDataUtc', 'LastRawDataUtcDate', 'LastRawDataUtcDayOfWeek', 'LastRawDataUtcHourOfDay', 'ManualDiscoveryFlags', 'NetflowCollectorId', 'NetflowCollectorName', 'Hostname', 'PreferredCollectorId', 'PreferredCollectorName', 'RelatedDeviceId', 'ScanConfigId', 'SdtStatus', 'UpdatedOnUtc', 'UpdatedOnUtcDate', 'UpdatedOnUtcDayOfWeek', 'UpdatedOnUtcHourOfDay', 'UptimeDays', 'UserPermission', 'FractionalCount' and 'AffectedGroupCount'. | N/A | N/A | |
| List<String> | Optional | The pivot table row fields. In Excel's PivotTable Fields UI, these correspond to the items in the 'Rows' section. You an use any of the heading names: 'AlertDisableStatus', 'AlertLevel', 'AlertAreAcknowledged', 'AlertAreInSdt', 'AlertStatusString', 'AutoPropertiesAssignedOnUtc', 'AutoPropertiesAssignedOnUtcDate', 'AutoPropertiesAssignedOnUtcDayOfWeek', 'AutoPropertiesAssignedOnUtcHourOfDay', 'AutoPropertiesUpdatedOnUtc', 'AutoPropertiesUpdatedOnUtcDate', 'AutoPropertiesUpdatedOnUtcDayOfWeek', 'AutoPropertiesUpdatedOnUtcHourOfDay', 'AwsState', 'CollectorDescription', 'CreatedOnUtc', 'CreatedOnUtcDate', 'CreatedOnUtcDayOfWeek', 'CreatedOnUtcHourOfDay', 'CurrentCollectorId', 'ResourceGroupIdsString', 'ResourceStatus', 'ResourceType', 'DisplayName', 'EffectiveAlertEnabled', 'EnableNetflow', 'GroupLevel1', 'GroupLevel2', 'GroupLevel3', 'GroupLevel4', 'GroupLevel5', 'GroupFullPath', 'HasDisabledSubResource', 'IsAlertingDisabled', 'Id', 'LastDataUtc', 'LastDataUtcDate', 'LastDataUtcDayOfWeek', 'LastDataUtcHourOfDay', 'LastRawDataUtc', 'LastRawDataUtcDate', 'LastRawDataUtcDayOfWeek', 'LastRawDataUtcHourOfDay', 'ManualDiscoveryFlags', 'NetflowCollectorId', 'NetflowCollectorName', 'Hostname', 'PreferredCollectorId', 'PreferredCollectorName', 'RelatedDeviceId', 'ScanConfigId', 'SdtStatus', 'UpdatedOnUtc', 'UpdatedOnUtcDate', 'UpdatedOnUtcDayOfWeek', 'UpdatedOnUtcHourOfDay', 'UptimeDays', 'UserPermission', 'FractionalCount' and 'AffectedGroupCount'. | N/A | N/A | |
| List<String> | Optional | The pivot table value fields. In Excel's PivotTable Fields UI, these correspond to the items in the 'Values' section. For each column name, you can specify the aggregation to use via the ^ character e.g. column1^Sum. Omit this to use the default Count aggregation. Valid aggregation values are: 'Average', 'Count', 'CountNumbers', 'Max', 'Min', 'Product', 'StdDev', 'StdDevP', 'Sum', 'Var' or 'VarP'. For each column name, if and only if you have specified an aggregation, you can also specify the number format to use in the pivot table and chart. To do this, use an additional caret separator and specify the number format. For example: column1^Sum^0.00 would use 2 decimal places for the format. You an use any of the heading names: 'AlertDisableStatus', 'AlertLevel', 'AlertAreAcknowledged', 'AlertAreInSdt', 'AlertStatusString', 'AutoPropertiesAssignedOnUtc', 'AutoPropertiesAssignedOnUtcDate', 'AutoPropertiesAssignedOnUtcDayOfWeek', 'AutoPropertiesAssignedOnUtcHourOfDay', 'AutoPropertiesUpdatedOnUtc', 'AutoPropertiesUpdatedOnUtcDate', 'AutoPropertiesUpdatedOnUtcDayOfWeek', 'AutoPropertiesUpdatedOnUtcHourOfDay', 'AwsState', 'CollectorDescription', 'CreatedOnUtc', 'CreatedOnUtcDate', 'CreatedOnUtcDayOfWeek', 'CreatedOnUtcHourOfDay', 'CurrentCollectorId', 'ResourceGroupIdsString', 'ResourceStatus', 'ResourceType', 'DisplayName', 'EffectiveAlertEnabled', 'EnableNetflow', 'GroupLevel1', 'GroupLevel2', 'GroupLevel3', 'GroupLevel4', 'GroupLevel5', 'GroupFullPath', 'HasDisabledSubResource', 'IsAlertingDisabled', 'Id', 'LastDataUtc', 'LastDataUtcDate', 'LastDataUtcDayOfWeek', 'LastDataUtcHourOfDay', 'LastRawDataUtc', 'LastRawDataUtcDate', 'LastRawDataUtcDayOfWeek', 'LastRawDataUtcHourOfDay', 'ManualDiscoveryFlags', 'NetflowCollectorId', 'NetflowCollectorName', 'Hostname', 'PreferredCollectorId', 'PreferredCollectorName', 'RelatedDeviceId', 'ScanConfigId', 'SdtStatus', 'UpdatedOnUtc', 'UpdatedOnUtcDate', 'UpdatedOnUtcDayOfWeek', 'UpdatedOnUtcHourOfDay', 'UptimeDays', 'UserPermission', 'FractionalCount' and 'AffectedGroupCount'. | N/A | N/A | |
| List<String> | Optional | Resource properties to include for analysis. If you would like to analyse all dimensions use "all", but be aware that this may greatly increase the macro processing duration and the size of the output document. Duplicate (case-insensitively, as mandated by Excel headings) properties (e.g those found on Resources) will be renamed with one or more trailing underscore (the '_' character). Note: if the total number of columns (including default headings and properties) exceeds 1,024, the analysis pivot table will not be created due to an Excel limitation on pivot cache fields. The data worksheet will still be generated, and you can create a pivot table manually in Excel if needed. | N/A | N/A | |
| String | Optional | Only include Resources relating to this Resource Group(s) (end each with an asterisk (*) to include child Resource Groups). Use "/" or no value in the parameter to reference the root folder. | N/A | * | |
| Boolean | Optional | Whether to add row grand totals to the pivot table. |
|
false | |
| Regex | Optional | The regex to use to extract data from the system.sysinfo property. | N/A | N/A | |
| String | Optional | The name to use for the analytics worksheet (which will contain the pivot table and chart). The data worksheet (which will contain the 'fact table') uses this name plus the suffix ' Data'. If a worksheet by this name already exists, the new name will have a number appended, e.g. Analytics1, Analytics2, etc. Excel does not allow blank names, names above 31 characters, and the following characters: :, /, \, ?, *, [, ]. | N/A | Resource Analytics |
Additional (5)
| Parameter | Type | Presence | Purpose | Options | Default |
| String | Optional | Add a comment to make your document template more readable. The comment is discarded in the output document. | N/A | N/A | |
| String | Optional | The name of the Connection. | N/A | N/A | |
| ExecutionResult | Optional | If specified, asserts the expected execution result of the macro. The macro executes normally; if the actual result matches the desired value, the result is converted to Success. If the actual result does not match, the result is converted to MacroError with a descriptive message. This is primarily used for testing and diagnostic purposes. Valid values are: Unknown, Success, MacroError, WorkerStopped, Running, Warning, NeverRun, Cancelled, Pending, Paused, SystemError, Deferred, Stopped. |
|
N/A | |
| String | Optional | If specified, asserts the expected output type of the macro result. The macro executes normally; if the actual type does not match, a macro error is generated. Requires 'storeAs', 'storeAsHidden', or 'storeFormattedValueAs' to be set for typed validation. Valid types include CLR names (e.g. Int32, Int64, Single, Double, Boolean, String, JArray, JObject) and C# keyword aliases (e.g. int, long, float, double, bool, string, uint, ulong, short, ushort, byte, sbyte, decimal, char, object). The special value 'Number' matches any numeric type. | N/A | N/A | |
| String | Optional | If specified, asserts the expected output value of the macro result. The macro executes normally; if the actual value does not match, a macro error is generated. When 'storeAs' or 'storeAsHidden' is set, the stored variable value is compared. Otherwise, the document output text is compared. | N/A | N/A |
Deprecated (5)
| Parameter | Type | Preferred Parameter | Purpose | Options | Default |
| List<String> | pivotTableColumnFields | The pivot table column fields. In Excel's PivotTable Fields UI, these correspond to the items in the 'Columns' section. You an use any of the heading names: 'AlertDisableStatus', 'AlertLevel', 'AlertAreAcknowledged', 'AlertAreInSdt', 'AlertStatusString', 'AutoPropertiesAssignedOnUtc', 'AutoPropertiesAssignedOnUtcDate', 'AutoPropertiesAssignedOnUtcDayOfWeek', 'AutoPropertiesAssignedOnUtcHourOfDay', 'AutoPropertiesUpdatedOnUtc', 'AutoPropertiesUpdatedOnUtcDate', 'AutoPropertiesUpdatedOnUtcDayOfWeek', 'AutoPropertiesUpdatedOnUtcHourOfDay', 'AwsState', 'CollectorDescription', 'CreatedOnUtc', 'CreatedOnUtcDate', 'CreatedOnUtcDayOfWeek', 'CreatedOnUtcHourOfDay', 'CurrentCollectorId', 'ResourceGroupIdsString', 'ResourceStatus', 'ResourceType', 'DisplayName', 'EffectiveAlertEnabled', 'EnableNetflow', 'GroupLevel1', 'GroupLevel2', 'GroupLevel3', 'GroupLevel4', 'GroupLevel5', 'GroupFullPath', 'HasDisabledSubResource', 'IsAlertingDisabled', 'Id', 'LastDataUtc', 'LastDataUtcDate', 'LastDataUtcDayOfWeek', 'LastDataUtcHourOfDay', 'LastRawDataUtc', 'LastRawDataUtcDate', 'LastRawDataUtcDayOfWeek', 'LastRawDataUtcHourOfDay', 'ManualDiscoveryFlags', 'NetflowCollectorId', 'NetflowCollectorName', 'Hostname', 'PreferredCollectorId', 'PreferredCollectorName', 'RelatedDeviceId', 'ScanConfigId', 'SdtStatus', 'UpdatedOnUtc', 'UpdatedOnUtcDate', 'UpdatedOnUtcDayOfWeek', 'UpdatedOnUtcHourOfDay', 'UptimeDays', 'UserPermission', 'FractionalCount' and 'AffectedGroupCount'. | N/A | N/A | |
| String | resourceGroups | Only include Resources relating to this Resource Group(s) (end each with an asterisk (*) to include child Resource Groups). Use "/" or no value in the parameter to reference the root folder. | N/A | * | |
| List<String> | pivotTableFilterFields | The pivot table filter fields. In Excel's PivotTable Fields UI, these correspond to the items in the 'Filters' section. You an use any of the heading names: 'AlertDisableStatus', 'AlertLevel', 'AlertAreAcknowledged', 'AlertAreInSdt', 'AlertStatusString', 'AutoPropertiesAssignedOnUtc', 'AutoPropertiesAssignedOnUtcDate', 'AutoPropertiesAssignedOnUtcDayOfWeek', 'AutoPropertiesAssignedOnUtcHourOfDay', 'AutoPropertiesUpdatedOnUtc', 'AutoPropertiesUpdatedOnUtcDate', 'AutoPropertiesUpdatedOnUtcDayOfWeek', 'AutoPropertiesUpdatedOnUtcHourOfDay', 'AwsState', 'CollectorDescription', 'CreatedOnUtc', 'CreatedOnUtcDate', 'CreatedOnUtcDayOfWeek', 'CreatedOnUtcHourOfDay', 'CurrentCollectorId', 'ResourceGroupIdsString', 'ResourceStatus', 'ResourceType', 'DisplayName', 'EffectiveAlertEnabled', 'EnableNetflow', 'GroupLevel1', 'GroupLevel2', 'GroupLevel3', 'GroupLevel4', 'GroupLevel5', 'GroupFullPath', 'HasDisabledSubResource', 'IsAlertingDisabled', 'Id', 'LastDataUtc', 'LastDataUtcDate', 'LastDataUtcDayOfWeek', 'LastDataUtcHourOfDay', 'LastRawDataUtc', 'LastRawDataUtcDate', 'LastRawDataUtcDayOfWeek', 'LastRawDataUtcHourOfDay', 'ManualDiscoveryFlags', 'NetflowCollectorId', 'NetflowCollectorName', 'Hostname', 'PreferredCollectorId', 'PreferredCollectorName', 'RelatedDeviceId', 'ScanConfigId', 'SdtStatus', 'UpdatedOnUtc', 'UpdatedOnUtcDate', 'UpdatedOnUtcDayOfWeek', 'UpdatedOnUtcHourOfDay', 'UptimeDays', 'UserPermission', 'FractionalCount' and 'AffectedGroupCount'. | N/A | N/A | |
| List<String> | pivotTableRowFields | The pivot table row fields. In Excel's PivotTable Fields UI, these correspond to the items in the 'Rows' section. You an use any of the heading names: 'AlertDisableStatus', 'AlertLevel', 'AlertAreAcknowledged', 'AlertAreInSdt', 'AlertStatusString', 'AutoPropertiesAssignedOnUtc', 'AutoPropertiesAssignedOnUtcDate', 'AutoPropertiesAssignedOnUtcDayOfWeek', 'AutoPropertiesAssignedOnUtcHourOfDay', 'AutoPropertiesUpdatedOnUtc', 'AutoPropertiesUpdatedOnUtcDate', 'AutoPropertiesUpdatedOnUtcDayOfWeek', 'AutoPropertiesUpdatedOnUtcHourOfDay', 'AwsState', 'CollectorDescription', 'CreatedOnUtc', 'CreatedOnUtcDate', 'CreatedOnUtcDayOfWeek', 'CreatedOnUtcHourOfDay', 'CurrentCollectorId', 'ResourceGroupIdsString', 'ResourceStatus', 'ResourceType', 'DisplayName', 'EffectiveAlertEnabled', 'EnableNetflow', 'GroupLevel1', 'GroupLevel2', 'GroupLevel3', 'GroupLevel4', 'GroupLevel5', 'GroupFullPath', 'HasDisabledSubResource', 'IsAlertingDisabled', 'Id', 'LastDataUtc', 'LastDataUtcDate', 'LastDataUtcDayOfWeek', 'LastDataUtcHourOfDay', 'LastRawDataUtc', 'LastRawDataUtcDate', 'LastRawDataUtcDayOfWeek', 'LastRawDataUtcHourOfDay', 'ManualDiscoveryFlags', 'NetflowCollectorId', 'NetflowCollectorName', 'Hostname', 'PreferredCollectorId', 'PreferredCollectorName', 'RelatedDeviceId', 'ScanConfigId', 'SdtStatus', 'UpdatedOnUtc', 'UpdatedOnUtcDate', 'UpdatedOnUtcDayOfWeek', 'UpdatedOnUtcHourOfDay', 'UptimeDays', 'UserPermission', 'FractionalCount' and 'AffectedGroupCount'. | N/A | N/A | |
| List<String> | pivotTableValueFields | The pivot table value fields. In Excel's PivotTable Fields UI, these correspond to the items in the 'Values' section. For each column name, you can specify the aggregation to use via the ^ character e.g. column1^Sum. Omit this to use the default Count aggregation. Valid aggregation values are: 'Average', 'Count', 'CountNumbers', 'Max', 'Min', 'Product', 'StdDev', 'StdDevP', 'Sum', 'Var' or 'VarP'. For each column name, if and only if you have specified an aggregation, you can also specify the number format to use in the pivot table and chart. To do this, use an additional caret separator and specify the number format. For example: column1^Sum^0.00 would use 2 decimal places for the format. You an use any of the heading names: 'AlertDisableStatus', 'AlertLevel', 'AlertAreAcknowledged', 'AlertAreInSdt', 'AlertStatusString', 'AutoPropertiesAssignedOnUtc', 'AutoPropertiesAssignedOnUtcDate', 'AutoPropertiesAssignedOnUtcDayOfWeek', 'AutoPropertiesAssignedOnUtcHourOfDay', 'AutoPropertiesUpdatedOnUtc', 'AutoPropertiesUpdatedOnUtcDate', 'AutoPropertiesUpdatedOnUtcDayOfWeek', 'AutoPropertiesUpdatedOnUtcHourOfDay', 'AwsState', 'CollectorDescription', 'CreatedOnUtc', 'CreatedOnUtcDate', 'CreatedOnUtcDayOfWeek', 'CreatedOnUtcHourOfDay', 'CurrentCollectorId', 'ResourceGroupIdsString', 'ResourceStatus', 'ResourceType', 'DisplayName', 'EffectiveAlertEnabled', 'EnableNetflow', 'GroupLevel1', 'GroupLevel2', 'GroupLevel3', 'GroupLevel4', 'GroupLevel5', 'GroupFullPath', 'HasDisabledSubResource', 'IsAlertingDisabled', 'Id', 'LastDataUtc', 'LastDataUtcDate', 'LastDataUtcDayOfWeek', 'LastDataUtcHourOfDay', 'LastRawDataUtc', 'LastRawDataUtcDate', 'LastRawDataUtcDayOfWeek', 'LastRawDataUtcHourOfDay', 'ManualDiscoveryFlags', 'NetflowCollectorId', 'NetflowCollectorName', 'Hostname', 'PreferredCollectorId', 'PreferredCollectorName', 'RelatedDeviceId', 'ScanConfigId', 'SdtStatus', 'UpdatedOnUtc', 'UpdatedOnUtcDate', 'UpdatedOnUtcDayOfWeek', 'UpdatedOnUtcHourOfDay', 'UptimeDays', 'UserPermission', 'FractionalCount' and 'AffectedGroupCount'. | N/A | N/A |
Examples (4)
Example 1
[LogicMonitor.ResourceAnalysis: properties=all]Example 2
[LogicMonitor.ResourceAnalysis: sysInfoRegex="^Cisco IOS Software, (?<CiscoSoftwareName>.+?), Version (?<Version>.+?),.+",properties=location]Example 3
[LogicMonitor.ResourceAnalysis: properties=system.ips;auto.endpoint.model;auto.endpoint.serial_number]Example 4
This example customises configures the pivot table with various items:
[LogicMonitor.ResourceAnalysis: properties=system.ips;auto.endpoint.model;auto.endpoint.serial_number, pivotTableColumnFields=ScanConfigId, pivotTableFilterFields=UserPermission, pivotTableRowFields=SdtStatus, pivotTableValueFields=UptimeDays]