Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/network_traffic/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ filter, very little CPU is required to discard the packet. Network Packet Captur
also uses the ports specified here to determine which parser to use for
each packet.

#### `monitor_processes`

If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.

The default value is false.

#### `send_request`

If this option is enabled, the raw message of the request (`request`
Expand Down
5 changes: 5 additions & 0 deletions packages/network_traffic/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.0"
changes:
- description: Add option to monitor processes.
type: enhancement
link: https://github.com/elastic/integrations/pull/3456
- version: "1.1.0"
changes:
- description: Add configuration documentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ tags:
- {{tag}}
{{/each}}
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
9 changes: 9 additions & 0 deletions packages/network_traffic/data_stream/amqp/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ streams:
required: true
show_user: true
default: [5672]
- name: monitor_processes
type: bool
title: Monitor Processes
description: |-
If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.
show_user: true
multi: false
required: false
- name: max_body_length
type: integer
title: Max Body Length
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ tags:
- {{tag}}
{{/each}}
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
9 changes: 9 additions & 0 deletions packages/network_traffic/data_stream/cassandra/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ streams:
required: true
show_user: true
default: [9042]
- name: monitor_processes
type: bool
title: Monitor Processes
description: |-
If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.
show_user: true
multi: false
required: false
- name: send_request
type: bool
title: Send Request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ tags:
- {{tag}}
{{/each}}
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
9 changes: 9 additions & 0 deletions packages/network_traffic/data_stream/dhcpv4/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ streams:
required: true
show_user: true
default: [67, 68]
- name: monitor_processes
type: bool
title: Monitor Processes
description: |-
If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.
show_user: true
multi: false
required: false
- name: keep_null
type: bool
title: Keep Null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ tags:
- {{tag}}
{{/each}}
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
9 changes: 9 additions & 0 deletions packages/network_traffic/data_stream/dns/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ streams:
required: true
show_user: true
default: [53]
- name: monitor_processes
type: bool
title: Monitor Processes
description: |-
If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.
show_user: true
multi: false
required: false
- name: include_authorities
type: bool
title: Include Authorities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ flows.timeout: '{{timeout}}'
{{#if period}}
flows.period: '{{period}}'
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
9 changes: 9 additions & 0 deletions packages/network_traffic/data_stream/flow/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ streams:
description: Track Network Flows
template_path: flow.yml.hbs
vars:
- name: monitor_processes
type: bool
title: Monitor Processes
description: |-
If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.
show_user: true
multi: false
required: false
- name: period
type: text
title: Period
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ tags:
- {{tag}}
{{/each}}
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
9 changes: 9 additions & 0 deletions packages/network_traffic/data_stream/http/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ streams:
required: true
show_user: true
default: [80, 8080, 8000, 5000, 8002]
- name: monitor_processes
type: bool
title: Monitor Processes
description: |-
If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.
show_user: true
multi: false
required: false
- name: hide_keywords
type: text
title: Hide Keywords
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ tags:
- {{tag}}
{{/each}}
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
9 changes: 9 additions & 0 deletions packages/network_traffic/data_stream/icmp/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ streams:
description: Capture ICMP Traffic
template_path: icmp.yml.hbs
vars:
- name: monitor_processes
type: bool
title: Monitor Processes
description: |-
If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.
show_user: true
multi: false
required: false
- name: keep_null
type: bool
title: Keep Null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ tags:
- {{tag}}
{{/each}}
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
9 changes: 9 additions & 0 deletions packages/network_traffic/data_stream/memcached/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ streams:
required: true
show_user: true
default: [11211]
- name: monitor_processes
type: bool
title: Monitor Processes
description: |-
If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.
show_user: true
multi: false
required: false
- name: parseunknown
type: bool
title: Parseunknown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ tags:
- {{tag}}
{{/each}}
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
9 changes: 9 additions & 0 deletions packages/network_traffic/data_stream/mongodb/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ streams:
required: true
show_user: true
default: [27017]
- name: monitor_processes
type: bool
title: Monitor Processes
description: |-
If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.
show_user: true
multi: false
required: false
- name: max_docs
type: integer
title: Max Docs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ tags:
- {{tag}}
{{/each}}
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
9 changes: 9 additions & 0 deletions packages/network_traffic/data_stream/mysql/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ streams:
required: true
show_user: true
default: [3306, 3307]
- name: monitor_processes
type: bool
title: Monitor Processes
description: |-
If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.
show_user: true
multi: false
required: false
- name: send_request
type: bool
title: Send Request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ tags:
- {{tag}}
{{/each}}
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
9 changes: 9 additions & 0 deletions packages/network_traffic/data_stream/nfs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ streams:
required: true
show_user: true
default: [2049]
- name: monitor_processes
type: bool
title: Monitor Processes
description: |-
If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.
show_user: true
multi: false
required: false
- name: send_request
type: bool
title: Send Request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ tags:
- {{tag}}
{{/each}}
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
9 changes: 9 additions & 0 deletions packages/network_traffic/data_stream/pgsql/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ streams:
required: true
show_user: true
default: [5432]
- name: monitor_processes
type: bool
title: Monitor Processes
description: |-
If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.
show_user: true
multi: false
required: false
- name: send_request
type: bool
title: Send Request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ tags:
- {{tag}}
{{/each}}
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
9 changes: 9 additions & 0 deletions packages/network_traffic/data_stream/redis/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ streams:
required: true
show_user: true
default: [6379]
- name: monitor_processes
type: bool
title: Monitor Processes
description: |-
If this option is enabled then network traffic events will be enriched
with information about the process associated with the events.
show_user: true
multi: false
required: false
- name: send_request
type: bool
title: Send Request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ tags:
- {{tag}}
{{/each}}
{{/if}}
{{#if monitor_processes}}
procs:
enabled: true
{{/if}}
{{#if interface}}
interface:
{{#if (contains ".pcap" interface)}}
Expand Down
Loading