You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URL in file.mime_type, and possibly other fields with URLs don't render correctly when generated into markdown (for example, in the integrations documentation).
ECS is using asciidoc format, which doesn't work with markdown. All URLs should be changed to remove formatting schemes, so they work in all generated languages.
It should be fixed, and search for any other cases where its incorrect. There was another previously reported similar issue: #2328
Any additional context or examples:
The text was updated successfully, but these errors were encountered:
I talked with the docs team about it and they are good with using the URL directly in descriptions (the threat fields are a good example of this). For reference, the ECS docs site uses asciidoc, the integrations docs site uses the README markdown and parses it to asciidoc (which means the markdown must be valid), and the integrations readme/kibana uses markdown directly.
I did a grep for http in the schemas and while we're at it, we should also update http links to https. Namely references to http://publicsuffix.org.
Description of the issue:
The URL in
file.mime_type
, and possibly other fields with URLs don't render correctly when generated into markdown (for example, in the integrations documentation).ECS is using asciidoc format, which doesn't work with markdown. All URLs should be changed to remove formatting schemes, so they work in all generated languages.
It should be fixed, and search for any other cases where its incorrect. There was another previously reported similar issue: #2328
Any additional context or examples:
The text was updated successfully, but these errors were encountered: