Skip to content

Commit

Permalink
fix: remove deprecated squid filebeat module tutorial from integratio…
Browse files Browse the repository at this point in the history
…ns (elastic#191115)

## Summary

This PR removes the deprecated `squid` integration based on the Filebeat
module (deprecation issue
[here](elastic/beats#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)

(cherry picked from commit bd9dde8)

# Conflicts:
#	x-pack/plugins/translations/translations/fr-FR.json
#	x-pack/plugins/translations/translations/ja-JP.json
#	x-pack/plugins/translations/translations/zh-CN.json
  • Loading branch information
pkoutsovasilis committed Aug 23, 2024
1 parent c8a62ca commit 9e70b7a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 73 deletions.
2 changes: 0 additions & 2 deletions src/plugins/home/server/tutorials/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ import { redisenterpriseMetricsSpecProvider } from './redisenterprise_metrics';
import { santaLogsSpecProvider } from './santa_logs';
import { sonicwallLogsSpecProvider } from './sonicwall_logs';
import { sophosLogsSpecProvider } from './sophos_logs';
import { squidLogsSpecProvider } from './squid_logs';
import { stanMetricsSpecProvider } from './stan_metrics';
import { statsdMetricsSpecProvider } from './statsd_metrics';
import { suricataLogsSpecProvider } from './suricata_logs';
Expand Down Expand Up @@ -223,7 +222,6 @@ export const builtInTutorials = [
santaLogsSpecProvider,
sonicwallLogsSpecProvider,
sophosLogsSpecProvider,
squidLogsSpecProvider,
tomcatLogsSpecProvider,
zscalerLogsSpecProvider,
];
61 changes: 0 additions & 61 deletions src/plugins/home/server/tutorials/squid_logs/index.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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
});
});
});
Expand Down
3 changes: 0 additions & 3 deletions x-pack/plugins/translations/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -4100,9 +4100,6 @@
"home.tutorials.sophosLogs.artifacts.dashboards.linkLabel": "Application Security",
"home.tutorials.sophosLogs.nameTitle": "Logs Sophos",
"home.tutorials.sophosLogs.shortDescription": "Collectez et analysez les logs à partir de Sophos XG SFOS avec Filebeat.",
"home.tutorials.squidLogs.artifacts.dashboards.linkLabel": "Application Security",
"home.tutorials.squidLogs.nameTitle": "Logs Squid",
"home.tutorials.squidLogs.shortDescription": "Collectez et analysez les logs à partir de serveurs Squid avec Filebeat.",
"home.tutorials.stanMetrics.artifacts.dashboards.linkLabel": "Tableau de bord des indicateurs Stan",
"home.tutorials.stanMetrics.nameTitle": "Indicateurs STAN",
"home.tutorials.stanMetrics.shortDescription": "Collectez les indicateurs à partir de serveurs STAN avec Metricbeat.",
Expand Down
3 changes: 0 additions & 3 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -4092,9 +4092,6 @@
"home.tutorials.sophosLogs.artifacts.dashboards.linkLabel": "セキュリティアプリ",
"home.tutorials.sophosLogs.nameTitle": "Sophosログ",
"home.tutorials.sophosLogs.shortDescription": "Filebeatを使用してSophos XG SFOSからログを収集して解析します。",
"home.tutorials.squidLogs.artifacts.dashboards.linkLabel": "セキュリティアプリ",
"home.tutorials.squidLogs.nameTitle": "Squidログ",
"home.tutorials.squidLogs.shortDescription": "Filebeatを使用してSquidサーバーからログを収集して解析します。",
"home.tutorials.stanMetrics.artifacts.dashboards.linkLabel": "Stan メトリックダッシュボード",
"home.tutorials.stanMetrics.nameTitle": "STANメトリック",
"home.tutorials.stanMetrics.shortDescription": "Metricbeatを使用してSTANサーバーからメトリックを収集します。",
Expand Down
3 changes: 0 additions & 3 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -4101,9 +4101,6 @@
"home.tutorials.sophosLogs.artifacts.dashboards.linkLabel": "Security 应用",
"home.tutorials.sophosLogs.nameTitle": "Sophos 日志",
"home.tutorials.sophosLogs.shortDescription": "使用 Filebeat 从 Sophos XG SFOS 收集并解析日志。",
"home.tutorials.squidLogs.artifacts.dashboards.linkLabel": "Security 应用",
"home.tutorials.squidLogs.nameTitle": "Squid 日志",
"home.tutorials.squidLogs.shortDescription": "使用 Filebeat 从 Squid 服务器收集并解析日志。",
"home.tutorials.stanMetrics.artifacts.dashboards.linkLabel": "Stan 指标仪表板",
"home.tutorials.stanMetrics.nameTitle": "STAN 指标",
"home.tutorials.stanMetrics.shortDescription": "使用 Metricbeat 从 STAN 服务器收集指标。",
Expand Down

0 comments on commit 9e70b7a

Please sign in to comment.