-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Connectors] Split ServiceNow connector type #141961
Conversation
ca41911
to
b556b11
Compare
Pinging @elastic/response-ops (Team:ResponseOps) |
…or-types-split-servicenow
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; tested ITOM and was able to create; asking around now for info to test the ITSM and SecOps flavors, but I assume they work and will re-review if I find they don't.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
Unknown metric groupsasync chunk count
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: cc @ymao1 |
* Splitting public servicenow files * Splitting server servicenow files * Fixing checks * Fixing checks * Moving xmatters to stack Co-authored-by: Kibana Machine <[email protected]>
* Splitting public servicenow files * Splitting server servicenow files * Fixing checks * Fixing checks * Moving xmatters to stack Co-authored-by: Kibana Machine <[email protected]>
Towards #90931
Summary
The ServiceNow connector type is actually 3 different connector types: ServiceNow ITOM, ServiceNow ITSM and ServiceNow SecOps. Cases should own ITSM and SecOps and E&C should own ITOM, so this PR tries to decouple the UI and server code for these connectors and move them to the appropriate folder.
Also moved Xmatters to
stack
folder because I incorrectly put it incases
in the initial PR.To Verify
You should be able to create all three types of ServiceNow connectors and successfully test them in the test tab.