feat(ti_misp): add MISP API rate-limit response headers#18524
Merged
navnit-elastic merged 3 commits intoelastic:mainfrom Apr 28, 2026
Merged
feat(ti_misp): add MISP API rate-limit response headers#18524navnit-elastic merged 3 commits intoelastic:mainfrom
navnit-elastic merged 3 commits intoelastic:mainfrom
Conversation
🚀 Benchmarks reportTo see the full report comment with |
2459002 to
5c876f3
Compare
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
kcreddy
reviewed
Apr 27, 2026
Contributor
kcreddy
left a comment
There was a problem hiding this comment.
Instead of hardcoding the API token, it would be slightly cleaner to replace it with a placeholder like <your-api-token> since the instructions already say "copy its value" from the earlier step.
💚 Build Succeeded
History
|
|
Package ti_misp - 1.42.0 containing this change is available at https://epr.elastic.co/package/ti_misp/1.42.0/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
The following is a guide for how to run MISP locally, observe API rate limit behaviour and run the Elastic MISP integration against that local instance.
MISP: Configure, run and generate an API token
misp-dockerREADME's Getting Started instructions.MISP: Enforce Rate Limit
MISP: Load data and query
--insecureoption).MISP integration in Elastic
When adding a MISP integration policy use the following settings:
<your-api-token>(from earlier setup)Related issues
Screenshots