powershell-universal
powershell-universal copied to clipboard
HTTP Headers for HTTP Logging Target
Summary of the new feature / enhancement
A user would like to send additional headers along with log files to support a SIEM called SumoLogic. Metadata can be provided to these headers such as:
- X-Sumo-Name
- X-Sumo-Category
- X-Sumo-Host
These values are actually dynamic so we will need a way to specify variables. For example, if a header is configured, we should be able to set the computer name.
X-Sumo-Host = $ComputerName
Proposed technical implementation details (optional)
No response