-
vector/lib/vector-core/proto/event.proto Line 35 in f1f1be7 I want to implement a grpc client to send logs directly to vector aggregator, because the performance of grpc is much better than http. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @caibirdme ! The map key there is just the field name. E.g. if you have a log event that looks like: {
"message": "hello world"
} The key would be "message" and the value would be "hello world". |
Beta Was this translation helpful? Give feedback.
Hi @caibirdme ! The map key there is just the field name. E.g. if you have a log event that looks like:
The key would be "message" and the value would be "hello world".