Skip to content

Commit

Permalink
Mark Palo Alto Networks v8 and v9 inputs as deprecated (#21579)
Browse files Browse the repository at this point in the history
* Mark PA 8 and 9 inputs as deprecated

* Change log, adjust wording

* Wording

* Adjust 9.x title for clarity
  • Loading branch information
danotorrey authored Feb 10, 2025
1 parent 65c33c6 commit c778341
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog/unreleased/pr-21579.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
type = "d"
message = "Deprecated Palo Alto Networks version 8.x and 9.x inputs"

pulls = ["21579"]
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

public class PaloAltoTCPInput extends MessageInput {

public static final String NAME = "Palo Alto Networks TCP (PAN-OS v8.x)";
public static final String NAME = "Palo Alto Networks TCP v8.x (deprecated)";

private static final Logger LOG = LoggerFactory.getLogger(PaloAltoTCPInput.class);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public class PaloAlto9xInput extends MessageInput {
private static final Logger LOG = LoggerFactory.getLogger(PaloAlto9xInput.class);

public static final String NAME = "Palo Alto Networks TCP (PAN-OS v9+)";
public static final String NAME = "Palo Alto Networks TCP v9.x (deprecated)";

@Inject
public PaloAlto9xInput(@Assisted Configuration configuration,
Expand Down

0 comments on commit c778341

Please sign in to comment.