-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[Ingest Manager] Support for linux/arm64 (#23479)
- Loading branch information
1 parent
500e8c2
commit 424b34b
Showing
13 changed files
with
158 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
115 changes: 115 additions & 0 deletions
115
x-pack/elastic-agent/pkg/agent/program/testdata/endpoint_arm.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
revision: 5 | ||
name: Endpoint Host | ||
fleet: | ||
agent: | ||
id: fleet-agent-id | ||
host: | ||
id: host-agent-id | ||
access_api_key: VuaCfGcBCdbkQm-e5aOx:ui2lp2axTNmsyakw9tvNnw | ||
kibana: | ||
protocol: https | ||
host: localhost:5601 | ||
timeout: 30s | ||
|
||
outputs: | ||
default: | ||
type: elasticsearch | ||
hosts: [127.0.0.1:9200, 127.0.0.1:9300] | ||
username: elastic | ||
password: changeme | ||
api_key: TiNAGG4BaaMdaH1tRfuU:KnR6yE41RrSowb0kQ0HWoA | ||
ca_sha256: 7HIpactkIAq2Y49orFOOQKurWxmmSFZhBCoQYcRhJ3Y= | ||
|
||
inputs: | ||
- id: endpoint-id | ||
type: endpoint | ||
name: endpoint-1 | ||
enabled: true | ||
package: | ||
name: endpoint | ||
version: 0.3.0 | ||
data_stream: | ||
namespace: default | ||
artifact_manifest: | ||
schema_version: v22 | ||
manifest_version: v21 | ||
artifacts: | ||
- endpoint-allowlist-windows: | ||
sha256: 1234 | ||
size: 2 | ||
url: /relative/path/to/endpoint-allowlist-windows | ||
- endpoint-allowlist-macos: | ||
sha256: 1234 | ||
size: 2 | ||
url: /relative/path/to/endpoint-allowlist-macos | ||
- endpoint-allowlist-linux: | ||
sha256: 1234 | ||
size: 2 | ||
url: /relative/path/to/endpoint-allowlist-linux | ||
policy: | ||
linux: | ||
advanced: | ||
free-form: free-form-value | ||
indices: | ||
network: logs-endpoint.events.network-default | ||
file: logs-endpoint.events.file-default | ||
process: logs-endpoint.events.process-default | ||
metadata: metrics-endpoint.metadata-default | ||
policy: metrics-endpoint.policy-default | ||
telemetry: metrics-endpoint.telemetry-default | ||
logging: | ||
file: info | ||
stdout: debug | ||
events: | ||
process: true | ||
file: true | ||
network: true | ||
windows: | ||
malware: | ||
mode: prevent | ||
advanced: | ||
free-form: free-form-value | ||
indices: | ||
network: logs-endpoint.events.network-default | ||
file: logs-endpoint.events.file-default | ||
registry: logs-endpoint.events.registry-default | ||
process: logs-endpoint.events.process-default | ||
driver: logs-endpoint.events.driver-default | ||
library: logs-endpoint.events.library-default | ||
alerts: logs-endpoint.alerts-default | ||
metadata: metrics-endpoint.metadata-default | ||
policy: metrics-endpoint.policy-default | ||
telemetry: metrics-endpoint.telemetry-default | ||
logging: | ||
file: info | ||
stdout: debug | ||
events: | ||
registry: true | ||
process: true | ||
security: true | ||
file: true | ||
dns: false | ||
dll_and_driver_load: false | ||
network: true | ||
mac: | ||
malware: | ||
mode: prevent | ||
advanced: | ||
free-form: free-form-value | ||
indices: | ||
network: logs-endpoint.events.network-default | ||
file: logs-endpoint.events.file-default | ||
process: logs-endpoint.events.process-default | ||
alerts: logs-endpoint.alerts-default | ||
metadata: metrics-endpoint.metadata-default | ||
policy: metrics-endpoint.policy-default | ||
telemetry: metrics-endpoint.telemetry-default | ||
logging: | ||
file: info | ||
stdout: debug | ||
events: | ||
process: true | ||
file: true | ||
network: true | ||
runtime: | ||
arch: arm64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,3 +111,5 @@ inputs: | |
process: true | ||
file: true | ||
network: true | ||
runtime: | ||
arch: x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters