mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Move beats metadata script to timelines plugin
This is the plugin that consumes the artifacts of the script, not security_solution.
This commit is contained in:
parent
c99dbe301c
commit
cbc8e9db1a
3 changed files with 10 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
"license": "Elastic-License",
|
||||
"scripts": {
|
||||
"extract-mitre-attacks": "node scripts/extract_tactics_techniques_mitre.js && node ../../../scripts/eslint ./public/detections/mitre/mitre_tactics_techniques.ts --fix",
|
||||
"build-beat-doc": "node scripts/beat_docs/build.js && node ../../../scripts/eslint ./server/utils/beat_schema/fields.ts --fix",
|
||||
"cypress": "../../../node_modules/.bin/cypress",
|
||||
"cypress:open": "yarn cypress open --config-file ./cypress/cypress.json",
|
||||
"cypress:open:ccs": "yarn cypress:open --config integrationFolder=./cypress/ccs_integration",
|
||||
|
|
10
x-pack/plugins/timelines/package.json
Normal file
10
x-pack/plugins/timelines/package.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"author": "Elastic",
|
||||
"name": "timelines",
|
||||
"version": "8.0.0",
|
||||
"private": true,
|
||||
"license": "Elastic-License",
|
||||
"scripts": {
|
||||
"build-beat-doc": "node scripts/beat_docs/build.js && node ../../../scripts/eslint ./server/utils/beat_schema/fields.ts --fix"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue