-
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
[Docs][Maps] Update the asset tracking tutorial #173999
Conversation
Documentation preview: |
Pinging @elastic/kibana-presentation (Team:Presentation) |
Hi @nickpeihl @Danouchka I volunteered you to review this update to the Asset Tracking tutorial 😃 No rush about this at all! The preview is available at https://kibana_173999.docs-preview.app.elstc.co/guide/en/kibana/master/asset-tracking-tutorial.html |
Seems there's an issue with the ingest pipeline as the remove processor is not executed but the issue might be somewhere else |
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! Thanks for updating the docs!
Added a comment where calling kbn
APIs from DevTools in development returns an error. But it seems to work in production.
[source,yaml] | ||
[source,js] | ||
---------------------------------- | ||
POST kbn:/api/fleet/agent_policies?sys_monitoring=true |
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.
Testing this on main
returns an error. But it looks like this only happens in development environments right now. Tested a similar API on a 8.12 pre-production instance which works fine. Here is an existing issue about this.
I think we can keep this as it is as long as production environments are not affected.
{
"statusCode": 400,
"error": "Bad Request",
"message": "Please specify a version via elastic-api-version header. Available versions: [2023-10-31]"
}
Hi, the issue I see is that your index is not correctly defined, leaving a mapping of the The root cause may be in the ingest process, where the index is not getting the correct template and ingest pipeline. |
OK I see the issue, I missed the component template definition and the index template definition while going through the tutorial |
Thanks @jsanz ! Now it's ok , I have corrected |
…6061) This PR incorporates some linting fixes to the asset tracking tutorial that @amyjtechwriter added to the backport done to 8.12 of #173999 at #175973.
…stic#176061) This PR incorporates some linting fixes to the asset tracking tutorial that @amyjtechwriter added to the backport done to 8.12 of elastic#173999 at elastic#175973.
…stic#176061) This PR incorporates some linting fixes to the asset tracking tutorial that @amyjtechwriter added to the backport done to 8.12 of elastic#173999 at elastic#175973.
…stic#176061) This PR incorporates some linting fixes to the asset tracking tutorial that @amyjtechwriter added to the backport done to 8.12 of elastic#173999 at elastic#175973.
Fixes #167484
Updates the asset tracking tutorial with the following improvements: