filter unique/distinct results
Our logs may contain multiple messages from the same job error . So for the example it would give us multiple results with the same Timestamp, Error_id. What operator or expression we can use to filter and display only one instance of timestamp, error_ID combination , something like "distinct" command in SQL ?
Please sign in to leave a comment.
Comments
2 comments