Skip to content

Instantly share code, notes, and snippets.

@bornatalebi
Created September 6, 2020 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bornatalebi/6d73d7139dbddc078e191392f107c3c2 to your computer and use it in GitHub Desktop.
Save bornatalebi/6d73d7139dbddc078e191392f107c3c2 to your computer and use it in GitHub Desktop.
cisco pipeline logs
{
"_index": "cisco-beat-2020.09",
"_type": "_doc",
"_id": "NsrlXXQB5DC9Olmvu0ry",
"_version": 1,
"_score": null,
"_source": {
"agent": {
"hostname": "FortressSIEM",
"name": "FortressSIEM",
"id": "7b8a7392-8b36-4e02-a5ac-8893bde1a864",
"type": "filebeat",
"ephemeral_id": "a6332d16-eeee-4bad-8c04-8f754ab67928",
"version": "7.8.0"
},
"log": {
"original": "<188>119834: SW-Core-12P: .Sep 5 10:52:53.108: %SW_VLAN-4-VTP_USER_NOTIFICATION: VTP protocol user notification: Version 1 device detected on Gi2/0/3 after grace period has ended",
"level": "warnings",
"source": {
"address": "10.48.0.6:52964"
}
},
"message": "VTP protocol user notification: Version 1 device detected on Gi2/0/3 after grace period has ended",
"fileset": {
"name": "ios"
},
"tags": [
"cisco-ios"
],
"input": {
"type": "syslog"
},
"@timestamp": "2020-09-05T10:52:50.884Z",
"ecs": {
"version": "1.5.0"
},
"service": {
"type": "cisco"
},
"host": {
"hostname": "FortressSIEM",
"os": {
"kernel": "3.10.0-1127.13.1.el7.x86_64",
"codename": "Core",
"name": "CentOS Linux",
"family": "redhat",
"version": "7 (Core)",
"platform": "centos"
},
"containerized": false,
"ip": [
"10.48.0.44",
"fe80::250:56ff:fe8c:c073"
],
"name": "FortressSIEM",
"id": "0468f6e5aa9940dbaf2a538a51b2879f",
"mac": [
"00:50:56:8c:c0:73"
],
"architecture": "x86_64"
},
"event": {
"severity": 4,
"code": "VTP_USER_NOTIFICATION",
"timezone": "+04:30",
"module": "cisco",
"dataset": "cisco.ios"
},
"cisco": {
"ios": {
"facility": "SW_VLAN"
}
}
},
"fields": {
"@timestamp": [
"2020-09-05T10:52:50.884Z"
]
},
"sort": [
1599303170884
]
}
POST cisco-beat-2020.09/_doc/NsrlXXQB5DC9Olmvu0ry?pipeline=ciscosbeatspipeline
{
"log": {
"original": "<188>119834: SW-Core-12P: .Sep 5 10:52:53.108: %SW_VLAN-4-VTP_USER_NOTIFICATION: VTP protocol user notification: Version 1 device detected on Gi2/0/3 after grace period has ended"
}
}
{
"_index" : "cisco-beat-2020.09",
"_type" : "_doc",
"_id" : "NsrlXXQB5DC9Olmvu0ry",
"_version" : 2,
"_seq_no" : 3719,
"_primary_term" : 1,
"found" : true,
"_source" : {
"log" : {
"original" : "<188>119834: SW-Core-12P: .Sep 5 10:52:53.108: %SW_VLAN-4-VTP_USER_NOTIFICATION: VTP protocol user notification: Version 1 device detected on Gi2/0/3 after grace period has ended"
},
"host" : {
"name" : "SW-Core-12P"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment