-
Notifications
You must be signed in to change notification settings - Fork 524
[Cloudflare] Add _id field to LogPull data_stream #3187
New issue
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
Conversation
7fc333a to
8aabbb8
Compare
|
/test |
|
Please run |
I did multiple times and it hasn't made any changes. I normally use the latest Elastic Package build from main branch and even changed to the latest tag, v0.47.0 and still no changes from whats already in the branch. |
[git-generate] go install github.com/elastic/elastic-package cd packages/cloudflare elastic-package build
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
Double check the version you have installed with |
|
/test |
|
@andrewkroh Ya installing elastic package from the |
|
/test |
🌐 Coverage report
|
|
How exactly does fingerprint de-duplicate events when using a data-stream? My experience has historically (before data-streams) been that the fingerprint becomes the document id which you then either upsert or update any existing document with that ID. However with data-streams that is not going to work as the actions are limited to create when targeting the data-stream alias right? From the elasticsearch datastream documentation... |
What does this PR do?
adds teh fingerprint processor to deduplicate events for Cloudflare LogPull when using multiple agents.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots