We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c64554 commit 8417e4cCopy full SHA for 8417e4c
1 file changed
queries/falcon_sensor_version_drift_monitoring__linux_.yml
@@ -45,7 +45,7 @@ cql: |
45
| Old_Version=/(?<Short_Old_Version>\d+\.\d+)/
46
| 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)))
47
| 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"))
+ | "Changed at" := if(condition=Current_Version==Old_Version, then="n/a", else=formatTime(format="%Y/%m/%d %H:%M:%S", field=_min, as="Timestamp"))
49
| "Old Version" := rename("Old_Version")
50
| "Current Version" := rename("Current_Version")
51
| table([ComputerName,aid, "Old Version","Current Version",Status,"Changed at"])
0 commit comments