Using the ServiceNow integration which is in the preview mode.
Everything is working as per network perspective from the elastic-agent where the integration is installed with a policy.
- Elastic Agent : 8.12.1
- Fleet & Elastic + Kibana: 8.16.1
When running this integration we get an error:
[elastic_agent][error] Unit state changed cel-default-cel-servicenow-c2137450-1bac-418b-a6ce-ebf3acdb07d0 (CONFIGURING->FAILED): failed to check program: failed program instantiation: overload already exists 'typeV_re_match_string' accessing config
On the server local Elastic agent logs:
{"log.level":"error","@timestamp":"2024-12-04T16:17:19.584Z","message":"Error creating runner from config: failed to check program: failed program instantiation: overload already exists 'typeV_re_match_string' accessing config","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"cel-default","type":"cel"},"log":{"source":"cel-default"},"log.logger":"centralmgmt","log.origin":{"file.line":138,"file.name":"cfgfile/list.go","function":"github.com/elastic/beats/v7/libbeat/cfgfile.(*RunnerList).Reload"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
{"log.level":"error","@timestamp":"2024-12-04T16:17:19.585Z","log.origin":{"file.name":"coordinator/coordinator.go","file.line":601},"message":"Unit state changed cel-default-cel-servicenow-c2137450-1bac-418b-a6ce-ebf3acdb07d0 (CONFIGURING->FAILED): failed to check program: failed program instantiation: overload already exists 'typeV_re_match_string' accessing config","log":{"source":"elastic-agent"},"component":{"id":"cel-default","state":"HEALTHY"},"unit":{"id":"cel-default-cel-servicenow-c2137450-1bac-418b-a6ce-ebf3acdb07d0","type":"input","state":"FAILED","old_state":"CONFIGURING"},"ecs.version":"1.6.0"}
Please help sort this out.