powershell-universal icon indicating copy to clipboard operation
powershell-universal copied to clipboard

HTTP Headers for HTTP Logging Target

Open adamdriscoll opened this issue 4 months ago • 0 comments

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

adamdriscoll avatar Oct 02 '24 12:10 adamdriscoll