-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Security Solution][DQD][Tech Debt] Dissolve index properties markdown #191264
[Security Solution][DQD][Tech Debt] Dissolve index properties markdown #191264
Conversation
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-threat-hunting-explore (Team:Threat Hunting:Explore) |
a795095
to
f5fe127
Compare
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.
Tested locally, LGTM, thank you @kapral18
export const ECS_FIELD_REFERENCE_URL = | ||
'https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html'; | ||
|
||
/** The documentation link shown in the `Data Quality` dashboard */ | ||
export const ECS_REFERENCE_URL = 'https://www.elastic.co/guide/en/ecs/current/ecs-reference.html'; | ||
export const MAPPING_URL = | ||
'https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html'; |
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.
Nothing to do with this change, just want to make a note of a potential task:
As we are going to have ESS and serverless docs separately.
It would be great for us to review all the doc links we have in security solution, and retrieve them with getDocLinks
e.g.: https://github.com/elastic/kibana/pull/189075/files#diff-aa872c6e8f0a6d2bc64ca2721a46a81cad6b6c7b62112b50849f2c05f3680e9fR33
so it takes care of the Kibana version and Kibana type.
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.
didn't know about the tool, thanks
/ci |
f5fe127
to
5766457
Compare
💚 Build Succeeded
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
History
To update your PR or re-run it, just comment with: cc @kapral18 |
addresses #190964
Fifth in the series of PRs to address general DQD tech debt
This one builds on previous 4 PRs
#190970
#190978
#191233
#191245
Gist of changes: