Skip to content

[Cisco ISE] Handle logs that start with ISO8601 timestamp - #10461

Merged
aleksmaus merged 2 commits into
elastic:mainfrom
aleksmaus:fix/cisco_ise
Jul 12, 2024
Merged

[Cisco ISE] Handle logs that start with ISO8601 timestamp#10461
aleksmaus merged 2 commits into
elastic:mainfrom
aleksmaus:fix/cisco_ise

Conversation

@aleksmaus

@aleksmaus aleksmaus commented Jul 11, 2024

Copy link
Copy Markdown
Contributor

Proposed commit message

Handle logs that start with ISO8601 timestamp.
Addresses: https://github.com/elastic/sdh-beats/issues/4916

Example of the message

"original": "2024-07-03T08:14:41.015673-05:00 stpnisep01 CISE_System_Statistics 0000563881 1 0 2024-07-03 13:14:41.016 +00:00 0007457477 70011 NOTICE System-Stats: ISE Counters, ConfigVersionId=169, OperationCounters=Counter=1_Number_of_Guests:112,4_SNMPTRAP_Endpoint_Detected:0,4_HostName_Event_Fetch_FromAD:0,4_DNS_Endpoint_Detected:0,13_Protocol_Runtime_Context:-9,4_SNMPTrap_Events_Received:0,4_DNSReverseLookup_Events_Query:2766,4_Http_Endpoint_Detected:0,4_Probe_Requests_Dropped:0,4_Probe_Requests_Received:0,4_Radius_Endpoint_Detected:6855,4_ArpCache_InsertUpdate_Received:947,4_SNMP_Endpoint_Detected:0,16_iowait:11,4_SNMPQuery_Events_Query:2225,4_DHCP_Endpoint_Detected:0,4_EndpointCache_InsertUpdate_Received:60,4_DHCP_Skip_Profiling:0,4_EndPoint_Reprofiling_Events:753,4_Netflow_Endpoint_Detected:0,4_RadiusPacketsReceived:8,4_NMAP_ScanEvent_Query:66, ",

that is failing with error

"message": "0 2024-07-03 13:14:41.016 +00:00 0007457477 70011 NOTICE System-Stats: ISE Counters, ConfigVersionId=169, OperationCounters=Counter=1_Number_of_Guests:112,4_SNMPTRAP_Endpoint_Detected:0,4_HostName_Event_Fetch_FromAD:0,4_DNS_Endpoint_Detected:0,13_Protocol_Runtime_Context:-9,4_SNMPTrap_Events_Received:0,4_DNSReverseLookup_Events_Query:2766,4_Http_Endpoint_Detected:0,4_Probe_Requests_Dropped:0,4_Probe_Requests_Received:0,4_Radius_Endpoint_Detected:6855,4_ArpCache_InsertUpdate_Received:947,4_SNMP_Endpoint_Detected:0,16_iowait:11,4_SNMPQuery_Events_Query:2225,4_DHCP_Endpoint_Detected:0,4_EndpointCache_InsertUpdate_Received:60,4_DHCP_Skip_Profiling:0,4_EndPoint_Reprofiling_Events:753,4_Netflow_Endpoint_Detected:0,4_RadiusPacketsReceived:8,4_NMAP_ScanEvent_Query:66,",
"error": {
"message": [
"field [_tmp] not present as part of path [_tmp.timestamp]"
]
},

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
@aleksmaus aleksmaus added the enhancement New feature or request label Jul 11, 2024
@aleksmaus
aleksmaus requested a review from a team as a code owner July 11, 2024 23:20
@elasticmachine

Copy link
Copy Markdown

💚 Build Succeeded

@pkoutsovasilis pkoutsovasilis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aleksmaus
aleksmaus merged commit ab2aa0a into elastic:main Jul 12, 2024
@elasticmachine

Copy link
Copy Markdown

Package cisco_ise - 1.22.2 containing this change is available at https://epr.elastic.co/search?package=cisco_ise

orestisfl pushed a commit to orestisfl/integrations that referenced this pull request May 15, 2026
)

* [Cisco ISE] Handle logs that start with ISO8601 timestamp

* Update PR number in changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Integration:cisco_ise Cisco ISE

4 participants