Cisco Aironet
editCisco Aironet
editVersion |
1.14.2 (View all) |
Compatible Kibana version(s) |
8.11.0 or higher |
Supported Serverless project types |
Security |
Subscription level |
Basic |
Level of support |
Community |
This integration is for Cisco Aironet WLC logs. It includes the following datasets for receiving logs over syslog or read from a file:
-
log
dataset: supports Cisco Aironet WLC logs.
Logs
editAironet
editThe log
dataset collects the Cisco Aironet WLC logs. The descriptions of system messages can be obtained from the Cisco documentation.
Example
An example event for log
looks as following:
{ "@timestamp": "2024-08-20T11:25:50.157Z", "agent": { "ephemeral_id": "c47efe0f-c0e2-444b-b292-a9ec40271d4b", "id": "0335de7e-b2c1-4352-bf23-c023d21c1252", "name": "elastic-agent-54493", "type": "filebeat", "version": "8.15.3" }, "cisco": { "interface": { "type": "wired" } }, "client": { "ip": "fe80::aee2:d3ff:feba:56a4" }, "data_stream": { "dataset": "cisco_aironet.log", "namespace": "59495", "type": "logs" }, "ecs": { "version": "8.11.0" }, "elastic_agent": { "id": "0335de7e-b2c1-4352-bf23-c023d21c1252", "snapshot": false, "version": "8.15.3" }, "event": { "action": "ENTRY_DELETED", "agent_id_status": "verified", "dataset": "cisco_aironet.log", "ingested": "2024-11-04T21:04:12Z", "original": "<134>WLC001: *SISF BT Process: Aug 20 11:25:50.157: %SISF-6-ENTRY_DELETED: sisf_shim_utils.c:482 Entry deleted A=fe80::aee2:d3ff:feba:56a4 V=0 I=wired:1 P=0000 M=", "provider": "SISF", "severity": 6, "timezone": "+00:00" }, "host": { "name": "WLC001" }, "input": { "type": "udp" }, "log": { "level": "informational", "source": { "address": "172.29.0.3:33867" }, "syslog": { "facility": { "code": 16 }, "priority": 134, "severity": { "code": 6 } } }, "message": "Entry deleted A=fe80::aee2:d3ff:feba:56a4 V=0 I=wired:1 P=0000 M=", "process": { "name": "SISF BT Process" }, "tags": [ "preserve_original_event", "cisco-aironet", "forwarded" ] }
Exported fields
Field | Description | Type |
---|---|---|
@timestamp |
Event timestamp. |
date |
cisco.eapol.descriptor |
Cisco eapol descriptor |
short |
cisco.eapol.type |
Cisco eapol type |
short |
cisco.eapol.version |
Cisco eapol version |
short |
cisco.interface.type |
Cisco interface type |
keyword |
cisco.wps.channel |
Cisco WPS channel |
short |
cisco.wps.hits |
Cisco WPS hits |
short |
cisco.wps.preced |
Cisco WPS precedence |
short |
cisco.wps.slot |
Cisco WPS slot |
short |
cisco.wps.track |
Cisco WPS track |
keyword |
client.as.number |
Unique number allocated to the autonomous system. The autonomous system number (ASN) uniquely identifies each network on the Internet. |
long |
client.as.organization.name |
Organization name. |
keyword |
client.as.organization.name.text |
Multi-field of |
match_only_text |
client.geo.city_name |
City name. |
keyword |
client.geo.continent_name |
Name of the continent. |
keyword |
client.geo.country_iso_code |
Country ISO code. |
keyword |
client.geo.country_name |
Country name. |
keyword |
client.geo.location |
Longitude and latitude. |
geo_point |
client.geo.region_iso_code |
Region ISO code. |
keyword |
client.geo.region_name |
Region name. |
keyword |
client.ip |
IP address of the client (IPv4 or IPv6). |
ip |
client.mac |
MAC address of the client. The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving the value of the octet as an unsigned integer. Successive octets are separated by a hyphen. |
keyword |
data_stream.dataset |
Data stream dataset. |
constant_keyword |
data_stream.namespace |
Data stream namespace. |
constant_keyword |
data_stream.type |
Data stream type. |
constant_keyword |
destination.mac |
MAC address of the destination. The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving the value of the octet as an unsigned integer. Successive octets are separated by a hyphen. |
keyword |
destination.port |
Port of the destination. |
long |
ecs.version |
ECS version this event conforms to. |
keyword |
event.dataset |
Event dataset |
constant_keyword |
event.module |
Event module |
constant_keyword |
event.severity |
The numeric severity of the event according to your event source. What the different severity values mean can be different between sources and use cases. It’s up to the implementer to make sure severities are consistent across events from the same source. The Syslog severity belongs in |
long |
input.type |
Input type. |
keyword |
log.file.path |
Full path to the log file this event came from, including the file name. It should include the drive letter, when appropriate. If the event wasn’t read from a log file, do not populate this field. |
keyword |
log.level |
Original log level of the log event. If the source of the event provides a log level or textual severity, this is the one that goes in |
keyword |
log.offset |
long |
|
log.source.address |
Source address from which the log event was read / sent from. |
keyword |
log.syslog.facility.code |
The Syslog numeric facility of the log event, if available. According to RFCs 5424 and 3164, this value should be an integer between 0 and 23. |
long |
log.syslog.priority |
Syslog numeric priority of the event, if available. According to RFCs 5424 and 3164, the priority is 8 * facility + severity. This number is therefore expected to contain a value between 0 and 191. |
long |
log.syslog.severity.code |
The Syslog numeric severity of the log event, if available. If the event source publishing via Syslog provides a different numeric severity value (e.g. firewall, IDS), your source’s numeric severity should go to |
long |
message |
For log events the message field contains the log message, optimized for viewing in a log viewer. For structured logs without an original message field, other fields can be concatenated to form a human-readable summary of the event. If multiple messages exist, they can be combined into one message. |
match_only_text |
observer.ingress.interface.id |
Interface ID as reported by an observer (typically SNMP interface ID). |
keyword |
process.name |
Process name. Sometimes called program name or similar. |
keyword |
process.name.text |
Multi-field of |
match_only_text |
server.ip |
IP address of the server (IPv4 or IPv6). |
ip |
source.mac |
MAC address of the source. The notation format from RFC 7042 is suggested: Each octet (that is, 8-bit byte) is represented by two [uppercase] hexadecimal digits giving the value of the octet as an unsigned integer. Successive octets are separated by a hyphen. |
keyword |
tags |
List of keywords used to tag each event. |
keyword |
threat.indicator.description |
Describes the type of action conducted by the threat. |
keyword |
threat.indicator.type |
Type of indicator as represented by Cyber Observable in STIX 2.0. |
keyword |
user.name |
Short name or login of the user. |
keyword |
user.name.text |
Multi-field of |
match_only_text |
Changelog
editChangelog
Version | Details | Kibana version(s) |
---|---|---|
1.14.2 |
Bug fix (View pull request) |
8.11.0 or higher |
1.14.1 |
Bug fix (View pull request) |
8.11.0 or higher |
1.14.0 |
Enhancement (View pull request) |
8.11.0 or higher |
1.13.3 |
Bug fix (View pull request) |
8.0.0 or higher |
1.13.2 |
Bug fix (View pull request) |
8.0.0 or higher |
1.13.1 |
Bug fix (View pull request) |
8.0.0 or higher |
1.13.0 |
Enhancement (View pull request) |
8.0.0 or higher |
1.12.2 |
Enhancement (View pull request) |
8.0.0 or higher |
1.12.1 |
Bug fix (View pull request) |
8.0.0 or higher |
1.12.0 |
Enhancement (View pull request) |
8.0.0 or higher |
1.11.0 |
Enhancement (View pull request) |
8.0.0 or higher |
1.10.0 |
Enhancement (View pull request) |
8.0.0 or higher |
1.9.0 |
Enhancement (View pull request) |
8.0.0 or higher |
1.8.0 |
Bug fix (View pull request) |
8.0.0 or higher |
1.7.0 |
Enhancement (View pull request) |
8.0.0 or higher |
1.6.0 |
Enhancement (View pull request) |
8.0.0 or higher |
1.5.0 |
Enhancement (View pull request) |
8.0.0 or higher |
1.4.0 |
Enhancement (View pull request) |
8.0.0 or higher |
1.3.0 |
Enhancement (View pull request) |
8.0.0 or higher |
1.2.0 |
Enhancement (View pull request) |
8.0.0 or higher |
1.1.0 |
Enhancement (View pull request) |
8.0.0 or higher |
1.0.0 |
Enhancement (View pull request) |
8.0.0 or higher |
0.3.1 |
Enhancement (View pull request) |
— |
0.3.0 |
Enhancement (View pull request) |
— |
0.2.0 |
Enhancement (View pull request) |
— |
0.1.0 |
Enhancement (View pull request) |
— |
0.0.2 |
Enhancement (View pull request) |
— |
0.0.1 |
Enhancement (View pull request) |
— |