Skip to content

Conversation

neptunian
Copy link
Contributor

@neptunian neptunian commented Oct 3, 2025

Summary

Adds 3 ebt events:

  • tool calls observability_ai_assistant_tool_call
  • deleting conversations observability_ai_assistant_conversation_delete
  • duplicating conversations observability_ai_assistant_conversation_duplicate

Testing

  1. To test in dev mode, in your kibana yaml file set:
    telemetry.localShipper: true

  2. Create the actions that trigger the events (call a tool, delete and duplicate a conversation)

  3. Query the server events in the telemetry index filtering by the event name:

GET ebt-kibana-server/_search
{
  "size": 1,
  "query": {
    "bool": {
      "filter": [
        {
          "term": {
            "event_type": "observability_ai_assistant_tool_call"
          }
        }
      ]
    }
  }
}

@neptunian neptunian requested a review from a team as a code owner October 3, 2025 15:06
@neptunian neptunian added release_note:skip Skip the PR/issue when compiling release notes Team:Obs AI Assistant Observability AI Assistant labels Oct 3, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ai-assistant (Team:Obs AI Assistant)

@botelastic botelastic bot added the ci:project-deploy-observability Create an Observability project label Oct 3, 2025
Copy link
Contributor

github-actions bot commented Oct 3, 2025

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@neptunian neptunian added the backport:skip This PR does not require backporting label Oct 3, 2025
Copy link
Contributor

github-actions bot commented Oct 6, 2025

🔍 Preview links for changed docs

@elasticmachine
Copy link
Contributor

⏳ Build in-progress

  • Buildkite Build
  • Commit: cbff800
  • Kibana Serverless Image: docker.elastic.co/kibana-ci/kibana-serverless:pr-237499-cbff8004f723

History

@neptunian neptunian added backport:version Backport to applied version labels v9.1.0 v8.19.0 and removed backport:skip This PR does not require backporting labels Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:version Backport to applied version labels ci:project-deploy-observability Create an Observability project release_note:skip Skip the PR/issue when compiling release notes Team:Obs AI Assistant Observability AI Assistant v8.19.0 v9.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants