hello
my winlogbeats clients don't want to come up when I start the service there is this error
Exiting: failed to sanitize the YAML pipeline file: security/ingest/security.yml: key 'false' is not string but bool
thanks for your help
bonjour
mon cliens winlogbeats ne veux pas remonte quand je lance le service il y a cette erreur
Exiting: failed to sanitize the YAML pipeline file: security/ingest/security.yml: key 'false' is not string but bool
merci de votre aide
dadoonet
(David Pilato)
March 6, 2025, 3:03pm
2
Bonjour!
Could you share your security/ingest/security.yml
file?
I can't send the file because it is not authorized. Do you have an email address or another idea so that you can access the file?
dadoonet
(David Pilato)
March 7, 2025, 7:54am
5
Oui. You send me a private message with it. Click on my profile and then Message.
I'll send them to you on slack.
dadoonet
(David Pilato)
March 7, 2025, 1:13pm
8
I suspect here the usage of ignore_failure: "true"
instead of ignore_failure: true
.
AFAICS in the provided private config file.
I'm getting the same error message during CLI setup of 8.17.3. Appears to be a bug per this GitHub issue:
opened 09:03AM - 26 Feb 25 UTC
bug
impact:high
QA:Ready For Testing
Team:Security-Windows Platform
**Kibana Build details:**
```
VERSION: 9.0.0-rc1-BC1
BUILD: 83822
COMMIT: 07dc0a… fa460bddff658ee6d5342ad1f087fc766b
```
Artifact Link: https://staging.elastic.co/9.0.0-rc1-bd80e8a3/downloads/beats/winlogbeat/winlogbeat-9.0.0-rc1-windows-x86_64.zip
**Preconditions:**
1. 9.0.0-rc1-BC1 Kibana cloud environment should be available.
**Steps to reproduce:**
1. Update cloud id and cloud auth for winlogbeat.
2. Now run: `.\winlogbeat.exe setup`.
3. Observe error under CLI: `Exiting: failed to sanitize the YAML pipeline file: security/ingest/security.yml: key 'false' is not string but bool`.
4. Now run: Start-Service winlogbeat.
5. Observe no data under Discover tab is displayed.
**Expected Result:**
No errors should be observed on running setup command for winlogbeat and data should be displayed under Discover tab.
**Logs:**
[winlogbeat-20250226.ndjson.zip](https://github.com/user-attachments/files/18980557/winlogbeat-20250226.ndjson.zip)
**Screenshot:**

