Skip to content

Commit

Permalink
Fix changelog CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamvekariya-crest committed Dec 10, 2024
1 parent fc91768 commit fb13d47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ivanti_connect_secure/assets/logs/ivanti-connect-secure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ pipeline:
successful_login_rule3 Login succeeded for %{regex("[^/]*"):usr.name}/%{regex(".*(?= from)"):realm_name} from %{ipv4:network.client.ip}.
successful_login_rule4 %{regex("[^/]*"):usr.name}/%{regex(".*(?= from)"):realm_name} from IP %{ipv4:network.client.ip}( via %{port:network.client.port} port)? authenticated successfully using %{regex(".*(?= authentication)"):} authentication.
successful_login_rule4 %{regex("[^/]*"):usr.name}/%{regex(".*(?= from)"):realm_name} from IP %{ipv4:network.client.ip}( via (%{port:network.client.port}|%{word:}) port)? authenticated successfully using %{regex(".*(?= authentication)"):} authentication.
successful_login_rule5 %{regex(".*(?= login)"):} login succeeded for %{regex("[^/]*"):usr.name}/%{regex(".*(?= from)"):realm_name} from %{ipv4:network.client.ip}.
Expand Down Expand Up @@ -495,6 +495,6 @@ pipeline:
failed_login_rule3 Login failed from %{ipv4:network.client.ip} for %{regex("[^/]*"):usr.name}/%{regex("[^.]*"):realm_name}.
successful_login_rule1 Admin %{regex("[^/]*"):usr.name}/%{regex(".*(?= from)"):realm_name} from IP %{ipv4:network.client.ip}( via %{port:network.client.port} port)? authenticated successfully using %{regex(".*(?= authentication)"):} authentication.
successful_login_rule1 Admin %{regex("[^/]*"):usr.name}/%{regex(".*(?= from)"):realm_name} from IP %{ipv4:network.client.ip}( via (%{port:network.client.port}|%{word:}) port)? authenticated successfully using %{regex(".*(?= authentication)"):} authentication.
successful_login_rule2 Login succeeded for %{regex("[^/]*"):usr.name}/%{regex(".*(?= from)"):realm_name} from IP %{ipv4:network.client.ip}( via %{port:network.client.port} port)?.
successful_login_rule2 Login succeeded for %{regex("[^/]*"):usr.name}/%{regex(".*(?= from)"):realm_name} from IP %{ipv4:network.client.ip}( via (%{port:network.client.port}|%{word:}) port)?.

0 comments on commit fb13d47

Please sign in to comment.