-
Notifications
You must be signed in to change notification settings - Fork 497
[Platform Observability] Create initial PO package for ingesting kibana ECS formatted logs #3622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
crespocarlos
merged 18 commits into
elastic:main
from
crespocarlos:2226-platform-observility-package-poc
Jul 26, 2022
Merged
Changes from 2 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ba764cb
create package for ingesting kibana ECS formatted logs
crespocarlos f91647a
changelog fix
crespocarlos 2da545b
update test expected result
crespocarlos a8e4920
adds a filebeat processor alternative
crespocarlos b171f93
clean up poc code
crespocarlos d6cacfd
fix json identation
crespocarlos a3bd0c0
Align ingest pipeline approach and improve README.md
crespocarlos 6e781a3
Improve README.md; Fix package folder name; Document ECS fields
crespocarlos 0b03ec6
Fix supported kibana version on readme
crespocarlos 33f32eb
Remove experimental attribute from manifest; Fix changelog PR; Fix mi…
crespocarlos 8e47160
Support current and old model for license
crespocarlos 3e74c73
Fix manifest
crespocarlos 14dc44f
Add event.ingested field; Improve Kibana audit fields documentation
crespocarlos 21524e8
Fix pipeline test
crespocarlos 8cb34da
Extract ECS processor into a new file; Fix kibana logo; Add event.* f…
crespocarlos 55c80e8
Simplify ingest pipeline and clean-ups
crespocarlos 5dcc1fe
Fix json format
crespocarlos 27a23aa
Align default log file name with kibana docs
crespocarlos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,6 @@ | ||
# newer versions go on top | ||
- version: "0.0.1" | ||
changes: | ||
- description: Initial draft of the package | ||
type: enhancement | ||
link: https://github.com/elastic/integrations/pull/1 |
11 changes: 11 additions & 0 deletions
11
...form-observability/data_stream/audit/_dev/test/pipeline/test-kibana-audit-logs-config.yml
This file contains hidden or 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,11 @@ | ||
multiline: | ||
first_line_pattern: "^{" | ||
fields: | ||
ecs: | ||
version: "8.0.0" | ||
event: | ||
dataset: ecs_router | ||
data_stream: | ||
type: logs | ||
dataset: ecs_router | ||
namespace: default |
3 changes: 3 additions & 0 deletions
3
...es/platform-observability/data_stream/audit/_dev/test/pipeline/test-kibana-audit-logs.log
This file contains hidden or 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,3 @@ | ||
{"event":{"action":"http_request","category":["web"],"outcome":"unknown"},"http":{"request":{"method":"get"}},"url":{"domain":"localhost","path":"/internal/security/session","port":5601,"scheme":"http"},"user":{"name":"elastic","roles":["superuser"]},"kibana":{"space_id":"default","session_id":"ccZ0sbxrmmJwo+/y2Mn1tmGIrKOuZYaF8voUh0SkA/k="},"trace":{"id":"1c8c5808-d2d6-41fc-8cb7-998aa8996be9"},"ecs":{"version":"8.0.0"},"@timestamp":"2022-06-29T12:05:03.742+00:00","message":"User is requesting [/internal/security/session] endpoint","log":{"level":"INFO","logger":"plugins.security.audit.ecs"},"process":{"pid":7},"transaction":{"id":"f8863d86567119e6"}} | ||
{"event":{"action":"http_request","category":["web"],"outcome":"unknown"},"http":{"request":{"method":"post"}},"url":{"domain":"localhost","path":"/internal/bsearch","port":5601,"query":"compress=true","scheme":"http"},"user":{"name":"elastic","roles":["superuser"]},"kibana":{"space_id":"default","session_id":"ccZ0sbxrmmJwo+/y2Mn1tmGIrKOuZYaF8voUh0SkA/k="},"trace":{"id":"abc8b4ad-5d96-42cf-9653-08aaeac0034e"},"ecs":{"version":"8.0.0"},"@timestamp":"2022-06-29T12:05:08.178+00:00","message":"User is requesting [/internal/bsearch] endpoint","log":{"level":"INFO","logger":"plugins.security.audit.ecs"},"process":{"pid":7},"transaction":{"id":"3098796995e24283"}} | ||
{"event":{"action":"http_request","category":["web"],"outcome":"unknown"},"http":{"request":{"method":"post"}},"url":{"domain":"localhost","path":"/api/log_entries/summary","port":5601,"scheme":"http"},"user":{"name":"elastic","roles":["superuser"]},"kibana":{"space_id":"default","session_id":"ccZ0sbxrmmJwo+/y2Mn1tmGIrKOuZYaF8voUh0SkA/k="},"trace":{"id":"f4181218-b2d3-480e-b9da-78aef88683ff"},"ecs":{"version":"8.0.0"},"@timestamp":"2022-06-29T12:05:08.187+00:00","message":"User is requesting [/api/log_entries/summary] endpoint","log":{"level":"INFO","logger":"plugins.security.audit.ecs"},"process":{"pid":7},"transaction":{"id":"c1480039d6e6e321"}} |
167 changes: 167 additions & 0 deletions
167
...servability/data_stream/audit/_dev/test/pipeline/test-kibana-audit-logs.log-expected.json
This file contains hidden or 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,167 @@ | ||
{ | ||
"expected": [ | ||
{ | ||
"@timestamp": "2022-06-29T12:05:03.742+00:00", | ||
"data_stream": { | ||
"dataset": "kibana-audit-log", | ||
"namespace": "platform-observability", | ||
"type": "logs" | ||
}, | ||
"ecs": { | ||
"version": "8.0.0" | ||
}, | ||
"event": { | ||
"action": "http_request", | ||
"category": [ | ||
"web" | ||
], | ||
"dataset": "kibana-audit-log", | ||
"outcome": "unknown" | ||
}, | ||
"http": { | ||
"request": { | ||
"method": "get" | ||
} | ||
}, | ||
"kibana": { | ||
"session_id": "ccZ0sbxrmmJwo+/y2Mn1tmGIrKOuZYaF8voUh0SkA/k=", | ||
"space_id": "default" | ||
}, | ||
"log": { | ||
"level": "INFO", | ||
"logger": "plugins.security.audit.ecs" | ||
}, | ||
"message": "User is requesting [/internal/security/session] endpoint", | ||
"process": { | ||
"pid": 7 | ||
}, | ||
"trace": { | ||
"id": "1c8c5808-d2d6-41fc-8cb7-998aa8996be9" | ||
}, | ||
"transaction": { | ||
"id": "f8863d86567119e6" | ||
}, | ||
"url": { | ||
"domain": "localhost", | ||
"path": "/internal/security/session", | ||
"port": 5601, | ||
"scheme": "http" | ||
}, | ||
"user": { | ||
"name": "elastic", | ||
"roles": [ | ||
"superuser" | ||
] | ||
} | ||
}, | ||
{ | ||
"@timestamp": "2022-06-29T12:05:08.178+00:00", | ||
"data_stream": { | ||
"dataset": "kibana-audit-log", | ||
"namespace": "platform-observability", | ||
"type": "logs" | ||
}, | ||
"ecs": { | ||
"version": "8.0.0" | ||
}, | ||
"event": { | ||
"action": "http_request", | ||
"category": [ | ||
"web" | ||
], | ||
"dataset": "kibana-audit-log", | ||
"outcome": "unknown" | ||
}, | ||
"http": { | ||
"request": { | ||
"method": "post" | ||
} | ||
}, | ||
"kibana": { | ||
"session_id": "ccZ0sbxrmmJwo+/y2Mn1tmGIrKOuZYaF8voUh0SkA/k=", | ||
"space_id": "default" | ||
}, | ||
"log": { | ||
"level": "INFO", | ||
"logger": "plugins.security.audit.ecs" | ||
}, | ||
"message": "User is requesting [/internal/bsearch] endpoint", | ||
"process": { | ||
"pid": 7 | ||
}, | ||
"trace": { | ||
"id": "abc8b4ad-5d96-42cf-9653-08aaeac0034e" | ||
}, | ||
"transaction": { | ||
"id": "3098796995e24283" | ||
}, | ||
"url": { | ||
"domain": "localhost", | ||
"path": "/internal/bsearch", | ||
"port": 5601, | ||
"query": "compress=true", | ||
"scheme": "http" | ||
}, | ||
"user": { | ||
"name": "elastic", | ||
"roles": [ | ||
"superuser" | ||
] | ||
} | ||
}, | ||
{ | ||
"@timestamp": "2022-06-29T12:05:08.187+00:00", | ||
"data_stream": { | ||
"dataset": "kibana-audit-log", | ||
"namespace": "platform-observability", | ||
"type": "logs" | ||
}, | ||
"ecs": { | ||
"version": "8.0.0" | ||
}, | ||
"event": { | ||
"action": "http_request", | ||
"category": [ | ||
"web" | ||
], | ||
"dataset": "kibana-audit-log", | ||
"outcome": "unknown" | ||
}, | ||
"http": { | ||
"request": { | ||
"method": "post" | ||
} | ||
}, | ||
"kibana": { | ||
"session_id": "ccZ0sbxrmmJwo+/y2Mn1tmGIrKOuZYaF8voUh0SkA/k=", | ||
"space_id": "default" | ||
}, | ||
"log": { | ||
"level": "INFO", | ||
"logger": "plugins.security.audit.ecs" | ||
}, | ||
"message": "User is requesting [/api/log_entries/summary] endpoint", | ||
"process": { | ||
"pid": 7 | ||
}, | ||
"trace": { | ||
"id": "f4181218-b2d3-480e-b9da-78aef88683ff" | ||
}, | ||
"transaction": { | ||
"id": "c1480039d6e6e321" | ||
}, | ||
"url": { | ||
"domain": "localhost", | ||
"path": "/api/log_entries/summary", | ||
"port": 5601, | ||
"scheme": "http" | ||
}, | ||
"user": { | ||
"name": "elastic", | ||
"roles": [ | ||
"superuser" | ||
] | ||
} | ||
} | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
packages/platform-observability/data_stream/audit/agent/stream/log.yml.hbs
This file contains hidden or 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,7 @@ | ||
paths: | ||
{{#each paths}} | ||
- {{this}} | ||
{{/each}} | ||
{{#if processors}} | ||
{{processors}} | ||
{{/if}} |
47 changes: 47 additions & 0 deletions
47
packages/platform-observability/data_stream/audit/elasticsearch/ingest_pipeline/default.yml
This file contains hidden or 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,47 @@ | ||
--- | ||
matschaffer marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
description: | ||
This data stream is meant for routing only, we want to avoid that data is written to it. | ||
We'll use the dataset that is specified in the ECS JSON log message, or use 'generic' as the default. | ||
processors: | ||
- remove: | ||
field: data_stream.dataset | ||
ignore_missing: true | ||
- remove: | ||
field: event.dataset | ||
ignore_missing: true | ||
- pipeline: | ||
name: '{{ IngestPipeline "kibana-audit-logs-ecs" }}' | ||
if: |- | ||
def message = ctx.message; | ||
return message != null | ||
&& message.startsWith('{') | ||
&& message.endsWith('}') | ||
&& message.contains('"@timestamp"') | ||
- set: | ||
description: Uses event.dataset as a default for data_stream.dataset if the latter is not set. | ||
field: data_stream.dataset | ||
copy_from: event.dataset | ||
if: ctx.event?.dataset instanceof String && ctx.event.dataset.length() > 1 | ||
override: false | ||
- script: | ||
source: | | ||
ctx.data_stream.dataset = /[\/*?"<>|, #:-]/.matcher(ctx.data_stream.dataset).replaceAll('_') | ||
if: ctx.data_stream?.dataset != null | ||
- script: | ||
source: | | ||
ctx.data_stream.namespace = /[\/*?"<>|, #:]/.matcher(ctx.data_stream.namespace).replaceAll('_') | ||
if: ctx.data_stream?.namespace != null | ||
- set: | ||
field: data_stream.type | ||
value: logs | ||
- set: | ||
field: data_stream.dataset | ||
value: kibana-audit-log | ||
override: false | ||
- set: | ||
field: data_stream.namespace | ||
value: platform-observability | ||
override: false | ||
- set: | ||
field: event.dataset | ||
copy_from: data_stream.dataset |
32 changes: 32 additions & 0 deletions
32
...m-observability/data_stream/audit/elasticsearch/ingest_pipeline/kibana-audit-logs-ecs.yml
This file contains hidden or 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,32 @@ | ||
--- | ||
matschaffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
description: Pipeline for Kibana Audit Logs | ||
processors: | ||
- rename: | ||
field: message | ||
target_field: _ecs_json_message | ||
ignore_missing: true | ||
- json: | ||
field: _ecs_json_message | ||
add_to_root: true | ||
add_to_root_conflict_strategy: merge | ||
allow_duplicate_keys: true | ||
if: ctx.containsKey('_ecs_json_message') | ||
on_failure: | ||
- rename: | ||
field: _ecs_json_message | ||
target_field: message | ||
ignore_missing: true | ||
- set: | ||
field: error.message | ||
value: Error while parsing JSON | ||
override: false | ||
- remove: | ||
field: _ecs_json_message | ||
ignore_missing: true | ||
- dot_expander: | ||
field: "*" | ||
override: true | ||
- join: | ||
field: error.stack_trace | ||
separator: "\n" | ||
if: ctx.error?.stack_trace instanceof Collection |
12 changes: 12 additions & 0 deletions
12
packages/platform-observability/data_stream/audit/fields/base-fields.yml
This file contains hidden or 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,12 @@ | ||
- name: data_stream.type | ||
type: constant_keyword | ||
description: Data stream type. | ||
- name: data_stream.dataset | ||
type: constant_keyword | ||
description: Data stream dataset. | ||
- name: data_stream.namespace | ||
type: constant_keyword | ||
description: Data stream namespace. | ||
- name: '@timestamp' | ||
type: date | ||
description: Event timestamp. |
34 changes: 34 additions & 0 deletions
34
packages/platform-observability/data_stream/audit/fields/ecs.yml
This file contains hidden or 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,34 @@ | ||
- name: ecs.version | ||
external: ecs | ||
- name: http.request.method | ||
external: ecs | ||
- name: kibana.session_id | ||
external: ecs | ||
- name: kibana.space_id | ||
external: ecs | ||
- name: log.level | ||
external: ecs | ||
- name: log.logger | ||
external: ecs | ||
- name: message | ||
external: ecs | ||
- name: process.pid | ||
external: ecs | ||
- name: trace.id | ||
external: ecs | ||
- name: transaction.id | ||
external: ecs | ||
- name: url.domain | ||
external: ecs | ||
- name: url.path | ||
external: ecs | ||
- name: url.port | ||
external: ecs | ||
- name: url.query | ||
external: ecs | ||
- name: url.scheme | ||
external: ecs | ||
- name: user.name | ||
external: ecs | ||
- name: user.roles | ||
matschaffer marked this conversation as resolved.
Show resolved
Hide resolved
|
||
external: ecs |
17 changes: 17 additions & 0 deletions
17
packages/platform-observability/data_stream/audit/manifest.yml
This file contains hidden or 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,17 @@ | ||
type: logs | ||
title: Platform Observability Kibana Audit Logs | ||
release: experimental | ||
streams: | ||
- input: logfile | ||
vars: | ||
- name: paths | ||
type: text | ||
title: Paths | ||
multi: true | ||
required: true | ||
show_user: true | ||
default: | ||
- /tmp/service_logs/audit*.log | ||
template_path: log.yml.hbs | ||
title: Kibana Audit Logs | ||
description: Collect Kibana Audit Logs |
11 changes: 11 additions & 0 deletions
11
...ges/platform-observability/data_stream/log/_dev/test/pipeline/test-kibana-logs-config.yml
This file contains hidden or 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,11 @@ | ||
multiline: | ||
first_line_pattern: "^{" | ||
fields: | ||
ecs: | ||
version: "8.0.0" | ||
event: | ||
dataset: ecs_router | ||
data_stream: | ||
type: logs | ||
dataset: ecs_router | ||
namespace: default |
4 changes: 4 additions & 0 deletions
4
packages/platform-observability/data_stream/log/_dev/test/pipeline/test-kibana-logs.log
This file contains hidden or 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,4 @@ | ||
{"ecs":{"version":"8.0.0"},"@timestamp":"2022-06-29T11:24:17.898+00:00","message":"Trying to authenticate user request to /login.","log":{"level":"DEBUG","logger":"plugins.security.http"},"process":{"pid":7},"trace":{"id":"e6e1c25936546ec690b11a3b78b2a8db"},"transaction":{"id":"3be6994d7f6d5465"}} | ||
{"ecs":{"version":"8.0.0"},"@timestamp":"2022-06-29T11:24:17.898+00:00","message":"Authorization header is not presented.","log":{"level":"DEBUG","logger":"plugins.security.http"},"process":{"pid":7},"trace":{"id":"e6e1c25936546ec690b11a3b78b2a8db"},"transaction":{"id":"3be6994d7f6d5465"}} | ||
{"ecs":{"version":"8.0.0"},"@timestamp":"2022-06-29T11:24:17.898+00:00","message":"Could not handle authentication attempt","log":{"level":"DEBUG","logger":"plugins.security.authentication"},"process":{"pid":7},"trace":{"id":"e6e1c25936546ec690b11a3b78b2a8db"},"transaction":{"id":"3be6994d7f6d5465"}} | ||
{"client":{"ip":"127.0.0.1"},"http":{"request":{"method":"GET","mime_type":null,"referrer":"","headers":{"host":"127.0.0.1:5601","user-agent":"curl/7.68.0","accept":"*/*"}},"response":{"body":{"bytes":84749},"status_code":200,"headers":{"content-security-policy":"script-src 'unsafe-eval' 'self'; worker-src blob: 'self'; style-src 'unsafe-inline' 'self'","x-content-type-options":"nosniff","referrer-policy":"no-referrer-when-downgrade","kbn-name":"kibana","kbn-license-sig":"fc1dbd9f3decaa38ee166c07aa16570255c36c01fd35842394ebec327e175722","content-type":"text/html; charset=utf-8","cache-control":"private, no-cache, no-store, must-revalidate","content-length":84749,"vary":"accept-encoding","accept-ranges":"bytes"},"responseTime":8}},"url":{"path":"/login","query":""},"user_agent":{"original":"curl/7.68.0"},"trace":{"id":"e6e1c25936546ec690b11a3b78b2a8db"},"ecs":{"version":"8.0.0"},"@timestamp":"2022-06-29T11:24:17.905+00:00","message":"GET /login 200 8ms - 82.8KB","log":{"level":"DEBUG","logger":"http.server.response"},"process":{"pid":7},"transaction":{"id":"3be6994d7f6d5465"}} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing we can add "filebeat" processors (like https://www.elastic.co/guide/en/beats/filebeat/current/decode-json-fields.html) to the manifest and have them show up here. Or maybe just put them in this file directly.
Not sure what's in-fashion for packages today regarding reader-vs-ES side processing but personally I like to push as many simple transformations as I can to the collection point. Maybe @mtojek can advise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did a quick test and it seems to work. I'll explore it a bit more. It would simplify the pipeline config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works.

this is all I have for the pipeline:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A downside of this approach is that the tests are not able to use filebeat processor to parse the logs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another surprise here :) Hoping we can have some integration experts weigh-in. Are we maybe not supposed to use processors anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used to follow the rule of thumb. Are you collecting large observability data and is the network loaded? If so, limit those with processors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We had a slack chat with @crespocarlos, and decided to go with the ingest pipeline due to code simplicity and convenient use of pipeline tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting. Does the end user get to set processors? I'd expect network load to be a factor of deployment size.