-
Notifications
You must be signed in to change notification settings - Fork 11
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
Introduce Wazuh changes #1
Conversation
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.
5271434
to
1037757
Compare
To reduce collisions
We are going to distribute the changes of this pull request:
|
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.
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.
All the changes from this pull request have been ported to individual PRs
See the comments. Rest of the stuff is in #3
// As we disabled the opensearch_dashboards_overview in Wazuh Dashboard, this test will never success | ||
|
||
const cookie = await driver.manage().getCookies(); | ||
expect(cookie.length).toEqual(2); | ||
await driver.manage().deleteAllCookies(); | ||
await driver.quit(); | ||
}); | ||
// it('Login to app/opensearch_dashboards_overview#/ when SAML is enabled', async () => { | ||
// const driver = getDriver(browser, options).build(); | ||
// await driver.get('http://localhost:5601/app/opensearch_dashboards_overview#/'); | ||
// await driver.findElement(By.id('btn-sign-in')).click(); | ||
// await driver.wait(until.elementsLocated(By.xpath(pageTitleXPath)), 10000); | ||
|
||
// const cookie = await driver.manage().getCookies(); | ||
// expect(cookie.length).toEqual(2); | ||
// await driver.manage().deleteAllCookies(); | ||
// await driver.quit(); | ||
// }); |
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.
Replace with block comment to reduce collisions.
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.
Done
const driver = getDriver(browser, options).build(); | ||
// We can't run this test because we have no data in the dashboard by default to test. | ||
// it('Login to Dashboard with Hash', async () => { | ||
// const urlWithHash = `http://localhost:5601/app/dashboards#/view/7adfa750-4c81-11e8-b3d7-01146121b73d?_g=(filters:!(),refreshInterval:(pause:!f,value:900000),time:(from:now-24h,to:now))&_a=(description:'Analyze%20mock%20flight%20data%20for%20OpenSearch-Air,%20Logstash%20Airways,%20OpenSearch%20Dashboards%20Airlines%20and%20BeatsWest',filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),timeRestore:!t,title:'%5BFlights%5D%20Global%20Flight%20Dashboard',viewMode:view)`; |
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.
Same here
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.
Done
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.
Ported to #4
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.
Ported to #4
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.
Ported to #4
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.
Ported to #4
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.
Ported to #5
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.
Ported to #5
Description
This pull request introduce the Wazuh changes to the repository.
The following list of changes have been applied:
Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.