Closed ebeahan closed 1 year ago
Pinging @elastic/security-external-integrations (Team:Security-External Integrations)
There are more integrations using filestream
. They are:
Also observing log.file.vol
, log.file.idxlo
, and log.file.idxhi
showing as unmapped fields in the elastic_agent.filebeat
for a Windows 2022 host running Elastic Agent.
{
...
"service.name": "filebeat",
"log": {
"file": {
"path": "C:\\Program Files\\Elastic\\Agent\\data\\elastic-agent-b0c688\\logs\\elastic-agent-20230928.ndjson",
"vol": 373091089,
"idxlo": 1753,
"idxhi": 4390912
},
"offset": 9310202,
"source": "winlog-default"
},
...
}
Should these be grouped into this issue? Or I can file a separate bug.
Also observing
log.file.vol
,log.file.idxlo
, andlog.file.idxhi
showing as unmapped fields in theelastic_agent.filebeat
for a Windows 2022 host running Elastic Agent.{ ... "service.name": "filebeat", "log": { "file": { "path": "C:\\Program Files\\Elastic\\Agent\\data\\elastic-agent-b0c688\\logs\\elastic-agent-20230928.ndjson", "vol": 373091089, "idxlo": 1753, "idxhi": 4390912 }, "offset": 9310202, "source": "winlog-default" }, ... }
Should these be grouped into this issue? Or I can file a separate bug.
@ebeahan May be a bug on filebeat in beats repo with reference to this issue
@ebeahan @andrewkroh Should we update the packages that are deprecated too? juniper_junos (deprecated) juniper_netscreen (deprecated)
Do they have tests that are failing? If not, then my opinion is to leave the deprecated packages as is. Worst case is that for 8.10 those fields are mapped as numbers instead of keywords.
I agree with @andrewkroh about leaving the deprecated packages alone.
Fixed with #7716 #8014 #8068 #8087
More #9582
Summary
A recent feature in Beats for 8.10 adds file information to each event. Integrations using
filestream
inputs are failing their system testing against the 8.10 snapshot if the integration doesn't define the fields.Example
Results of running
elastic-package test system -v
fortrendmicro/deep_security
against8.10-SNAPSHOT
:Depends on https://github.com/elastic/beats/issues/36695
Impacted integrations
Appears to impact several integration with system tests using
type: filestream
(list may be incomplete).obs-infraobs-integrations: https://github.com/elastic/integrations/pull/7716
security-external-integrations: https://github.com/elastic/integrations/pull/8014
obs-cloud-monitoring : https://github.com/elastic/integrations/pull/8068