|
1 | 1 | format_version: 3.4.0 |
2 | 2 | name: system |
3 | 3 | title: System |
4 | | -version: "2.12.1" |
| 4 | +version: "2.12.2" |
5 | 5 | description: Collect system logs and metrics from your servers with Elastic Agent. |
6 | 6 | type: integration |
7 | 7 | categories: |
@@ -54,24 +54,46 @@ policy_templates: |
54 | 54 | vars: |
55 | 55 | - name: condition |
56 | 56 | title: Condition |
| 57 | +<<<<<<< HEAD |
57 | 58 | description: "Condition to filter when to apply this input. Refer to\n[Host provider](https://www.elastic.co/guide/en/fleet/current/host-provider.html)\nto find the available keys and to\n[Conditions](https://www.elastic.co/guide/en/fleet/current/dynamic-input-configuration.html#conditions)\non how to use the available keys in conditions. It defaults to\n'${host.os_version} != \"12 (bookworm)\" and ${host.os_version} != \"13 (trixie)\" and (${host.os_platform} != \"amzn\" or ${host.os_version} != \"2023\") and (${host.os_platform} != \"sles\" and ${host.os_version} != \"15 SP1\" \nand ${host.os_version} != \"15 SP2\" and ${host.os_version} != \"15 SP3\" and ${host.os_version} != \"15 SP4\" and ${host.os_version} != \"15 SP5\" and ${host.os_version} != \"15 SP6\" and ${host.os_version} != \"15 SP7\")'\n" |
| 59 | +======= |
| 60 | + description: | |
| 61 | + Condition to filter when to apply this input. Refer to |
| 62 | + [Host provider](https://www.elastic.co/guide/en/fleet/current/host-provider.html) |
| 63 | + to find the available keys and to |
| 64 | + [Conditions](https://www.elastic.co/guide/en/fleet/current/dynamic-input-configuration.html#conditions) |
| 65 | + on how to use the available keys in conditions. It defaults to |
| 66 | + '(${host.platform} != "windows") and (${host.os_version} != "12 (bookworm)" and ${host.os_version} != "13 (trixie)" and (${host.os_platform} != "amzn" or ${host.os_version} != "2023") and (${host.os_platform} != "sles" and ${host.os_version} != "15 SP1" |
| 67 | + and ${host.os_version} != "15 SP2" and ${host.os_version} != "15 SP3" and ${host.os_version} != "15 SP4" and ${host.os_version} != "15 SP5" and ${host.os_version} != "15 SP6" and ${host.os_version} != "15 SP7"))' |
| 68 | +>>>>>>> 5bf075cd68 (stop starting unnecessary log input on Windows) |
58 | 69 | type: text |
59 | 70 | multi: false |
60 | 71 | required: false |
61 | 72 | show_user: true |
62 | | - default: ${host.os_version} != "12 (bookworm)" and ${host.os_version} != "13 (trixie)" and (${host.os_platform} != "amzn" or ${host.os_version} != "2023") and (${host.os_platform} != "sles" and ${host.os_version} != "15 SP1" and ${host.os_version} != "15 SP2" and ${host.os_version} != "15 SP3" and ${host.os_version} != "15 SP4" and ${host.os_version} != "15 SP5" and ${host.os_version} != "15 SP6" and ${host.os_version} != "15 SP7") |
| 73 | + default: (${host.platform} != "windows") and (${host.os_version} != "12 (bookworm)" and ${host.os_version} != "13 (trixie)" and (${host.os_platform} != "amzn" or ${host.os_version} != "2023") and (${host.os_platform} != "sles" and ${host.os_version} != "15 SP1" and ${host.os_version} != "15 SP2" and ${host.os_version} != "15 SP3" and ${host.os_version} != "15 SP4" and ${host.os_version} != "15 SP5" and ${host.os_version} != "15 SP6" and ${host.os_version} != "15 SP7")) |
63 | 74 | - type: journald |
64 | 75 | title: Collect logs from System instances using Journald |
65 | 76 | description: Collecting System auth and syslog logs using Journald |
66 | 77 | vars: |
67 | 78 | - name: condition |
68 | 79 | title: Condition |
| 80 | +<<<<<<< HEAD |
69 | 81 | description: "Condition to filter when to apply this input. Refer to\n[Host provider](https://www.elastic.co/guide/en/fleet/current/host-provider.html)\nto find the available keys and to\n[Conditions](https://www.elastic.co/guide/en/fleet/current/dynamic-input-configuration.html#conditions)\non how to use the available keys in conditions. It defaults to\n'${host.os_version} == \"12 (bookworm)\" or ${host.os_version} == \"13 (trixie)\" or (${host.os_platform} == \"amzn\" and ${host.os_version} == \"2023\") or (${host.os_platform} == \"sles\" and (${host.os_version} == \"15 SP1\" \nor ${host.os_version} == \"15 SP2\" or ${host.os_version} == \"15 SP3\" or ${host.os_version} == \"15 SP4\" or ${host.os_version} == \"15 SP5\" or ${host.os_version} == \"15 SP6\" or ${host.os_version} == \"15 SP7\"))'\n" |
| 82 | +======= |
| 83 | + description: | |
| 84 | + Condition to filter when to apply this input. Refer to |
| 85 | + [Host provider](https://www.elastic.co/guide/en/fleet/current/host-provider.html) |
| 86 | + to find the available keys and to |
| 87 | + [Conditions](https://www.elastic.co/guide/en/fleet/current/dynamic-input-configuration.html#conditions) |
| 88 | + on how to use the available keys in conditions. It defaults to |
| 89 | + '(${host.platform} != "windows") and (${host.os_version} == "12 (bookworm)" or ${host.os_version} == "13 (trixie)" or (${host.os_platform} == "amzn" and ${host.os_version} == "2023") or (${host.os_platform} == "sles" and (${host.os_version} == "15 SP1" |
| 90 | + or ${host.os_version} == "15 SP2" or ${host.os_version} == "15 SP3" or ${host.os_version} == "15 SP4" or ${host.os_version} == "15 SP5" or ${host.os_version} == "15 SP6" or ${host.os_version} == "15 SP7")))' |
| 91 | +>>>>>>> 5bf075cd68 (stop starting unnecessary log input on Windows) |
70 | 92 | type: text |
71 | 93 | multi: false |
72 | 94 | required: false |
73 | 95 | show_user: true |
74 | | - default: ${host.os_version} == "12 (bookworm)" or ${host.os_version} == "13 (trixie)" or (${host.os_platform} == "amzn" and ${host.os_version} == "2023") or (${host.os_platform} == "sles" and (${host.os_version} == "15 SP1" or ${host.os_version} == "15 SP2" or ${host.os_version} == "15 SP3" or ${host.os_version} == "15 SP4" or ${host.os_version} == "15 SP5" or ${host.os_version} == "15 SP6" or ${host.os_version} == "15 SP7")) |
| 96 | + default: (${host.platform} != "windows") and (${host.os_version} == "12 (bookworm)" or ${host.os_version} == "13 (trixie)" or (${host.os_platform} == "amzn" and ${host.os_version} == "2023") or (${host.os_platform} == "sles" and (${host.os_version} == "15 SP1" or ${host.os_version} == "15 SP2" or ${host.os_version} == "15 SP3" or ${host.os_version} == "15 SP4" or ${host.os_version} == "15 SP5" or ${host.os_version} == "15 SP6" or ${host.os_version} == "15 SP7"))) |
75 | 97 | - type: winlog |
76 | 98 | title: "Collect events from the Windows event log" |
77 | 99 | description: "Collecting events from Windows event log" |
|
0 commit comments