Skip to content

Commit

Permalink
improve session relevance
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Oct 14, 2023
1 parent 15266a4 commit 55bf631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/computers_delete_by_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def main():

computers = '"' + '";"'.join(comp_file_lines) + '"'

session_relevance = f"ids of bes computers whose(now - last report time of it > 90 * day AND exists elements of intersections of (it; sets of ({computers})) of sets of (name of it; id of it as string))"
session_relevance = f"unique values of ids of bes computers whose(now - last report time of it > 90 * day AND exists elements of intersections of (it; sets of ({computers})) of sets of (name of it; id of it as string))"

results = bes_conn.session_relevance_array(session_relevance)

Expand Down

0 comments on commit 55bf631

Please sign in to comment.