Closed VishalPhenom closed 2 years ago
I am trying to set custom path with S3.
path should change dynamically as per the log request.
example: path : /splunk/log
here we want to change the path as per the request. we will push json object as below:
{ "streams": [ { "stream": { "refNum":"something" }, "values": [ ["1643323824886697738","Test"] ] } ] }
now as per the above json object prefix should be /something, this "something" is refNum in json obj.
Can not use with python so closing this issue.
I am trying to set custom path with S3.
path should change dynamically as per the log request.
example: path : /splunk/log
here we want to change the path as per the request. we will push json object as below:
now as per the above json object prefix should be /something, this "something" is refNum in json obj.