You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the example for Splunk_Send_Raw on from the documentation.
[INPUT]
Name cpu
Tag cpu
# nest the record under the 'event' key
[FILTER]
Name nest
Match *
Operation nest
Wildcard *
Nest_under event
# add event metadata
[FILTER]
Name modify
Match *
Add index my-splunk-index
Add host my-host
[OUTPUT]
Name splunk
Match *
Host 127.0.0.1
Splunk_Token xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx
Splunk_Send_Raw On
Observe that there is no time entry in the output of the mockup server
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.
Bug Report
Describe the bug
time
key is missing from the sent data when using thesplunk
output withSplunk_Send_Raw On
To Reproduce
Spin up a Splunk mockup server on port 8088 that just prints the data it gets sent.
Example
Python / uvicorn / FastAPI
Run the example for
Splunk_Send_Raw on
from the documentation.Observe that there is no
time
entry in the output of the mockup serverExpected behavior
Have a
time
key in the record as stated in the documentation:Your Environment
Additional context
The
time
entry is added correctly when settingSplunk_Send_Raw Off
. Re-running the example from above gives the following output:The text was updated successfully, but these errors were encountered: