Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions packages/cisco/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Cisco Integration
# Cisco Integration (Deprecated)

This integration is for Cisco network device's logs. It includes the following
datasets for receiving logs over syslog or read from a file:
> Warning: This integration is deprecated. Please use one of the other Cisco integrations
> that are specific to a Cisco product.

This integration is for [Cisco network devices](https://developer.cisco.com/docs/) logs. It includes the following datasets for receiving logs over syslog or read from a file:

- `asa` dataset: supports Cisco ASA firewall logs.
- `ftd` dataset: supports Cisco Firepower Threat Defense logs.
Expand Down
5 changes: 5 additions & 0 deletions packages/cisco/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.13.3"
changes:
- description: Update readme file
type: enhancement
link: https://github.com/elastic/integrations/pull/2927
- version: "0.13.2"
changes:
- description: Make fields agree with ECS
Expand Down
8 changes: 5 additions & 3 deletions packages/cisco/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Cisco Integration
# Cisco Integration (Deprecated)

This integration is for Cisco network device's logs. It includes the following
datasets for receiving logs over syslog or read from a file:
> Warning: This integration is deprecated. Please use one of the other Cisco integrations
> that are specific to a Cisco product.

This integration is for [Cisco network devices](https://developer.cisco.com/docs/) logs. It includes the following datasets for receiving logs over syslog or read from a file:

- `asa` dataset: supports Cisco ASA firewall logs.
- `ftd` dataset: supports Cisco Firepower Threat Defense logs.
Expand Down
2 changes: 1 addition & 1 deletion packages/cisco/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: cisco
title: Cisco
version: 0.13.2
version: 0.13.3
license: basic
description: Deprecated. Use a specific Cisco package instead.
type: integration
Expand Down