Skip to content

Commit a3bd140

Browse files
committed
added test result and change log
1 parent e072296 commit a3bd140

File tree

4 files changed

+44
-2
lines changed

4 files changed

+44
-2
lines changed

packages/cisco_ios/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.26.10"
3+
changes:
4+
- description: Restore system Message handling for Cisco IOS
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/10147
27
- version: "1.26.9"
38
changes:
49
- description: Update grok if statement to skip IOSXE messages with no sub-message

packages/cisco_ios/data_stream/log/_dev/test/pipeline/test-syslog.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
<191>: rt401-rk30409: Aug 18 07:15:04.461 CEST: last message repeated 66 times
1313
<189>1469087: chswitchm1: Mar 29 07:40:10.863 CDT: %ILPOWER-5-SENSE_POWER_INVALID: Interface Gi1/0/25: invalid power sense 78054 milliwatts current 515 mA voltage 151562 mV
1414
<189>1469087: ch_switch_m-1: Mar 29 07:40:10.863 CDT: %ILPOWER-5-SENSE_POWER_INVALID: Interface Gi1/0/25: invalid power sense 78054 milliwatts current 515 mA voltage 151562 mV
15-
<189>Jun 12 18:10:50 10.53.35.85 %ILPOWER-5-IEEE_DISCONNECT: Interface Gi1/0/20: PD removed
15+
<189>Jun 12 18:10:50 10.53.35.85 %ILPOWER-5-IEEE_DISCONNECT: Interface Gi1/0/20: PD removed

packages/cisco_ios/data_stream/log/_dev/test/pipeline/test-syslog.log-expected.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,43 @@
635635
"tags": [
636636
"preserve_original_event"
637637
]
638+
},
639+
{
640+
"cisco": {
641+
"ios": {
642+
"facility": "ILPOWER"
643+
}
644+
},
645+
"ecs": {
646+
"version": "8.11.0"
647+
},
648+
"event": {
649+
"category": [
650+
"network"
651+
],
652+
"code": "IEEE_DISCONNECT",
653+
"original": "<189>Jun 12 18:10:50 10.53.35.85 %ILPOWER-5-IEEE_DISCONNECT: Interface Gi1/0/20: PD removed",
654+
"provider": "firewall",
655+
"severity": 5,
656+
"type": [
657+
"info"
658+
]
659+
},
660+
"log": {
661+
"level": "notification",
662+
"syslog": {
663+
"priority": 189
664+
}
665+
},
666+
"message": "Interface Gi1/0/20: PD removed",
667+
"observer": {
668+
"product": "IOS",
669+
"type": "firewall",
670+
"vendor": "Cisco"
671+
},
672+
"tags": [
673+
"preserve_original_event"
674+
]
638675
}
639676
]
640677
}

packages/cisco_ios/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.0.3"
22
name: cisco_ios
33
title: Cisco IOS
4-
version: "1.26.9"
4+
version: "1.26.10"
55
description: Collect logs from Cisco IOS with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)