Skip to content

Commit 8417e4c

Browse files
authored
Rename 'Changed at' field to 'Timestamp'
1 parent 9c64554 commit 8417e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queries/falcon_sensor_version_drift_monitoring__linux_.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cql: |
4545
| Old_Version=/(?<Short_Old_Version>\d+\.\d+)/
4646
| if(condition=Current_Version==Old_Version, then="No change", else=if(condition= Short_Current_Version<Short_Old_Version, then="Downgrade", else=if(condition= Short_Current_Version>Short_Old_Version, then="Upgrade", else=0)))
4747
| Status := rename(field="_if")
48-
| "Changed at" := if(condition=Current_Version==Old_Version, then="n/a", else=formatTime(format="%Y/%m/%d %H:%M:%S", field=_min, as="Zeitpunkt"))
48+
| "Changed at" := if(condition=Current_Version==Old_Version, then="n/a", else=formatTime(format="%Y/%m/%d %H:%M:%S", field=_min, as="Timestamp"))
4949
| "Old Version" := rename("Old_Version")
5050
| "Current Version" := rename("Current_Version")
5151
| table([ComputerName,aid, "Old Version","Current Version",Status,"Changed at"])

0 commit comments

Comments
 (0)