tenable_sc: update tested versions note and user agent string - #11721
Conversation
380fa3f to
e6e83b8
Compare
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
asset |
2518.89 | 1926.78 | -592.11 (-23.51%) | 💔 |
plugin |
2557.54 | 2012.07 | -545.47 (-21.33%) | 💔 |
To see the full report comment with /test benchmark fullreport
8c50273 to
0122554
Compare
|
💚 Build Succeeded
History
cc @efd6 |
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
There was a problem hiding this comment.
Build/1.24.0 should this be kept in sync with latest changelog entry every time?
There was a problem hiding this comment.
I did not check with a different version, but it does not work with the other text that is there now.
There was a problem hiding this comment.
I should've checked the doc. Looks like the version identifier is only for tracking the versions. I guess it may not be required to keep it in sync every time.
VERSION—The version identifier. This attribute allows the ability to track the various versions of your integrations being used.
|
Package tenable_sc - 1.24.0 containing this change is available at https://epr.elastic.co/package/tenable_sc/1.24.0/ |
…c#11721) It appears that the API has become more strict with the user-agent string format that is acceptable. Using the format that was previously in place, including the filebeat component of the string, results in a 403 unauthorized, so conform exactly to the format described in the developer documentation. ref:https://developer.tenable.com/docs/user-agent-header
…c#11721) It appears that the API has become more strict with the user-agent string format that is acceptable. Using the format that was previously in place, including the filebeat component of the string, results in a 403 unauthorized, so conform exactly to the format described in the developer documentation. ref:https://developer.tenable.com/docs/user-agent-header




Proposed commit message
Note
Tested locally ✅
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
git fetch git@github.com:efd6/integrations.git 11510-tenable_sc && git checkout FETCH_HEAD && cd packages/tenable_sc && elastic-package build)Related issues
Screenshots