We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im able to send logs via postman and I need to add a header, how can I do the same in the code, I tried the following:
const URL = "https://<URL>/services/collector/raw" const TOKEN = "123456-1234-1234-123456" const Logger = new SplunkLogger({ token: TOKEN, url: URL, headers: { 'X-Splunk-Request-Channel': TOKEN } })
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Im able to send logs via postman and I need to add a header, how can I do the same in the code, I tried the following:
Thanks
The text was updated successfully, but these errors were encountered: