Refactor cisco_ise integration - #4653
Conversation
|
💚 CLA has been signed |
|
@efd6 Next try. Now with changed author email address. CLA check still failing. What's the problem now? |
|
@Bernhard-Fluehmann Are you able to jump onto the community slack to work through this? Alternatively, can you post the commit details for the change, output from |
a255797 to
ece4ab8
Compare
|
@efd6 Now? |
|
Yay! That is working. Thanks for being patient and persistent. |
|
/test |
🚀 Benchmarks reportTo see the full report comment with |
🌐 Coverage report
|
efd6
left a comment
There was a problem hiding this comment.
I like this, the processing is a lot cleaner. I have some suggestions for improvement.
Please re-run elastic-package test -g; some of the pipline test expectations are not correctly formatted.
Also, this will need to have a changelog entry in changelog.yml and a version bump in manifest.yml. Since this includes enhancements, it should be bumped to "1.3.0".
There was a problem hiding this comment.
This should not be needed since it is only being used temporarily.
There was a problem hiding this comment.
If cisco_ise.log.log_details is being deleted as it now is, this does not need to be in the fields definitions.
I think though that it would be better to leave it here and change it to a flattened and rename the current cisco_ise.log.log_details_object to cisco_ise.log.log_details in the pipeline sources and this field to cisco_ise.log.log_details_raw as the temporary string to work from. Then if there are any fields that come up in new versions those fields will become clearly visible in this object since they won't have been deleted in the sub-pipelines.
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
- No kv parsing to root level anymore (user log_details_object flattened field instead - More sophisticated parsing of av-pairs - Enhanced error handling - Bug-fixes
2dade2a to
7da246c
Compare
|
@efd6 Recommended changes implemented. Please review |
|
/test |
efd6
left a comment
There was a problem hiding this comment.
The README.md will need to be regenerated to incorporate the new sample_event.json. Please run elastic-package build.
|
@efd6 Done |
|
/test |
|
@efd6 Thanks for your fast response and assistance. |
- No kv parsing to root level anymore (user log_details_object flattened field instead) - More sophisticated parsing of av-pairs - Enhanced error handling - Bug-fixes
What does this PR do?
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots