- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
is there a way to get the data in json format into the KV Store in one go using API endpoint?
super_saiyan
Communicator
05-11-2022
03:15 AM
is there a way to get the data in json format into the KV Store in one go using "storage/collections/data/{collection}/" API endpoint?
10000 lines of events in one go ?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
PickleRick

SplunkTrust
05-11-2022
03:23 AM
You can set multiple key/value pairs in one call. See the https://docs.splunk.com/Documentation/Splunk/8.2.6/RESTREF/RESTkvstore#storage.2Fcollections.2Fdata....
You're of course limited by the REST API request limits (I'm not sure how big they are).
And I'm not sure why you're refering to KV-store as "events". Events are one thing and you post them to other endpoints (like /services/collector/event), KV Store is another thing.
