Skip to content

m1 demo prep#219588

Merged
seanstory merged 8 commits intomainfrom
seanstory/m1-demo-prep
May 1, 2025
Merged

m1 demo prep#219588
seanstory merged 8 commits intomainfrom
seanstory/m1-demo-prep

Conversation

@seanstory
Copy link
Member

@seanstory seanstory commented Apr 29, 2025

Summary

Just a lot of little changes I've made locally to help as I prep for the M1 demo

Running locally with

logging.loggers:
  - name: plugins.workchatApp
    level: debug
  - name: plugins.wciIndexSource
    level: debug
  - name: plugins.wciSalesforce
    level: debug

to actually see these logs

@seanstory seanstory requested review from a team as code owners April 29, 2025 15:40
@seanstory seanstory added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting labels Apr 29, 2025
Copy link
Contributor

@jedrazb jedrazb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some nits, but nothing blocking for the demo

Comment on lines -51 to +50
const searchTool = createSearchAgentTool({
toolsProvider,
chatModel,
logger,
});
const builtInTools = await toolsProvider.getBuiltInTools();
const allTools = await toolsProvider.getAllTools();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This removes usage of the research assistant for now. We can add this back when we have more cycles to make it a little more performant and reliable.

@seanstory seanstory force-pushed the seanstory/m1-demo-prep branch 2 times, most recently from 74f6c66 to c48e022 Compare April 30, 2025 21:45
@seanstory seanstory force-pushed the seanstory/m1-demo-prep branch from c48e022 to ebe877d Compare May 1, 2025 16:49
@prodsecmachine
Copy link
Collaborator

prodsecmachine commented May 1, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

@seanstory seanstory merged commit e7c5ac1 into main May 1, 2025
10 checks passed
@seanstory seanstory deleted the seanstory/m1-demo-prep branch May 1, 2025 18:33
kapral18 added a commit to kapral18/kibana that referenced this pull request May 4, 2025
…ends-crash

* main: (111 commits)
  [ResponseOps][Rules] Cases action title length too long (elastic#219226)
  [main] Sync bundled packages with Package Storage (elastic#219839)
  Fix ignored dynamic templates (elastic#219875)
  Enforce dependency review by kibana-security workflow (elastic#219262)
  [Security Solution] [Detections] Removes tech preview text from eql seq suppression ui (elastic#219870)
  [Security Solution] Fix alerts table potentially not applying alert assignees (elastic#219460)
  fix(slo): alert deletion (elastic#219876)
  [AI4DSOC] fix styling to address cutoff when screen is narrow (elastic#219306)
  [Security Solution][Endpoint] Response action create and history log API updates in of space awareness (elastic#218674)
  Update publish_oas_docs.sh to deploy Kibana Serverless API docs (elastic#219867)
  feat(slo): lock resource installation (elastic#219747)
  [AI4DSOC] Alert flyout code cleanup (elastic#219810)
  [fleet] fixing `isAgentlessDefault` config usage and readability improvements to `isAgentlessSetupDefault` (elastic#219423)
  feat(slo): Bulk delete UI (elastic#219634)
  m1 demo prep (elastic#219588)
  [Security Solution] Replace sourcerer in EQL tab with dataview picker (elastic#218897)
  [AI4DSOC] Attack discovery widget follow up follow up (elastic#219849)
  [AI Assistant] Fix some OpenAI models not accepting temperature for Inference service (elastic#218887)
  Update dependency msw to ~2.7.5 (main) (elastic#219289)
  Use new client URLs in doc link service (elastic#219600)
  ...
akowalska622 pushed a commit to akowalska622/kibana that referenced this pull request May 29, 2025
## Summary

Just a lot of little changes I've made locally to help as I prep for the
M1 demo

Running locally with
```
logging.loggers:
  - name: plugins.workchatApp
    level: debug
  - name: plugins.wciIndexSource
    level: debug
  - name: plugins.wciSalesforce
    level: debug
```

to actually see these logs
qn895 pushed a commit to qn895/kibana that referenced this pull request Jun 3, 2025
## Summary

Just a lot of little changes I've made locally to help as I prep for the
M1 demo

Running locally with
```
logging.loggers:
  - name: plugins.workchatApp
    level: debug
  - name: plugins.wciIndexSource
    level: debug
  - name: plugins.wciSalesforce
    level: debug
```

to actually see these logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting release_note:skip Skip the PR/issue when compiling release notes v9.1.0

5 participants