You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Note: Integration resources needs to be defined on a per type basis. The following resource defines the fleet integration resource type namespace 'elasticstack_fleet_integration_*` as well as the generic set of fields
Note: For now, we will stick with a couple of integrations: system, 'endpoint_security`
Integration: System
resource 'elasticstack_fleet_integration_system` '<name>' {
logs {
auth {
paths []string
}
syslog {
paths []string
}
windows {
application boolean
security boolean
system boolean
}
}
metrics {
cpu {
period string
metrics []string
}
diskio {
period string
include_devices []string
}
filesystem {
period string
processors []{
# variable key/value pair - This is the processors chain definition as in a regular Beat, so we should be able to represent this is a JSON then serialize it as YAML string.
}
}
fsstat {
period string
processors []{
# see filesystem.processors above
}
}
load {
period string
}
memory {
period string
}
network {
period string
}
process {
period string
include_top_n {
by_cpu integer
by_memory integer
}
cmdline_cache boolean
cgroup_reporting boolean
env_whitelist string
include_cpu_ticks boolean
processes []string
}
process_summary {
period string
}
socket_summary {
period string
}
uptime {
period string
}
}
}
Agent Policy
Enrollment Key
https://github.com/elastic/kibana/blob/master/x-pack/plugins/fleet/server/routes/enrollment_api_key/index.ts#L53
Integration
https://github.com/elastic/kibana/blob/master/x-pack/plugins/fleet/server/routes/package_policy/index.ts#L48
system
, 'endpoint_security`Integration: System
Integration: Endpoint Security
Rules:
(malware|ransomware).level
, the following values are supported:detect
,prevent
settings.event_collection.target_operating_systems
, the following values are supported:mac
,linux
,windows
settings.event_collectio.events
, the following values are supported on a per target OS basis:mac
,linux
andwindows
:file
process
network
windows
:dll_and_driver_load
dns
registry
security
The text was updated successfully, but these errors were encountered: