fix: remove deprecated squid filebeat module tutorial from integrations (#191115)

## Summary

This PR removes the deprecated `squid` integration based on the Filebeat
module (deprecation issue
[here](https://github.com/elastic/beats/issues/37746)). Instead, as of
now, a user that wants to use the `squad` integration needs to tick the
`Display beta integrations` and install the "new" squid integration


### Risk Matrix

N/A


### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
This commit is contained in:
Panos Koutsovasilis 2024-08-23 16:47:49 +03:00 committed by GitHub
parent f9c43f61c9
commit bd9dde8ba7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1 additions and 76 deletions

View file

@ -40,7 +40,7 @@ export default function ({ getService }: FtrProviderContext) {
expect(resp.body).to.be.an('array');
expect(resp.body.length).to.be(109); // the beats
expect(resp.body.length).to.be(108); // the beats
});
});
});