Update Resolver generator script documentation#69912
Update Resolver generator script documentation#69912oatkiller merged 1 commit intoelastic:masterfrom
Conversation
|
Pinging @elastic/endpoint-app-team (Feature:Endpoint) |
| `yarn es snapshot` -> starts ES | ||
|
|
||
| `npx yarn start --xpack.securitySolution.enabled=true --no-base-path` -> starts kibana | ||
| `npx yarn start --no-base-path` -> starts kibana. Note: you may need other configurations steps to start the security solution with endpoint support. |
There was a problem hiding this comment.
--xpack.ingestManager.enabled=true and --xpack.ingestManager.fleet.enabled=true aren't needed here?
There was a problem hiding this comment.
I think xpack.ingestManager.enabled might default to true and it automatically turns on fleet as well.
There was a problem hiding this comment.
@michaelolo24 Right now other stuff is needed, but I don't want to host documentation about that here. When that stuff changes, I'd rather document it in one place. I think we used to have a README file, but I don't see it now.
We could add instructions to this file: https://github.com/elastic/kibana/blob/master/x-pack/plugins/security/README.md and then link to that file from this one.
There was a problem hiding this comment.
If it's defaulted, then no need :) Was just making sure.
| `yarn test:generate --auth elastic:changeme` -> run the resolver_generator.ts script | ||
| `yarn test:generate` -> run the resolver_generator.ts script | ||
|
|
||
| Resolver generator CLI options: |
There was a problem hiding this comment.
👍 for removing this
* master: (45 commits) [QA] Unskip functional tests (elastic#69760) [SIEM][Detection Engine] - Update DE to work with new exceptions schema (elastic#69715) Fixes elastic#69639: Ignore url.url fields above 2048 characters (elastic#69863) PR: Provide limit warnings to user when API limits are reached. (elastic#69590) [Maps] Remove broken button (elastic#69853) Makes usage collection methods available on start (elastic#69836) [SIEM][CASE] Improve Jira's labelling (elastic#69892) [Logs UI] Access ML via the programmatic plugin API (elastic#68905) [ML] DF Analytics: Creation wizard part 3 (elastic#69456) Update Resolver generator script documentation (elastic#69912) [ML] Changes View results button text on new job page (elastic#69809) Add master branch to backport config (elastic#69893) [Ingest Manager] Kibana, not EPR, controls removable packages (elastic#69761) unskips 'Events columns' test (elastic#69684) [ML] Changes the ML overview empty analytics panel text (elastic#69801) [DOCS] Emphasizes where File Data Visualizer is located. (elastic#69812) add the `exactRoute` property to app registration (elastic#69772) Bump backport to 5.4.6 (elastic#69880) [Logs UI] ML log integration splash screen (elastic#69288) Clean up TSVB type client code to conform to the schema (elastic#68519) ...
Summary
The documentation was a bit out of date:
--helpflag.Checklist
Delete any items that are not applicable to this PR.
For maintainers