Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit be67fb1

Browse files
committed
Improve documentation
1 parent 98251ba commit be67fb1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

api/shipper.pb.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/shipper.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,13 @@ message Event {
5757
// Source information required for proper event tracking, processing and routing
5858
message Source {
5959
// Input ID in the agent policy.
60+
// This value should be added to each produced event and forwarded via this proto field.
61+
// When running under agent a processor is generated for adding this metadata.
6062
string input_id = 1;
6163
// Stream ID in the agent policy (Optional, some inputs don't use streams).
6264
// Not to be confused with data streams in Elasticsearch.
65+
// This value should be added to each produced event and forwarded via this proto field.
66+
// When running under agent a processor is generated for adding this metadata.
6367
string stream_id = 2;
6468
}
6569

0 commit comments

Comments
 (0)