-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Comparing changes
Open a pull request
base repository: elastic/kibana
base: 07bea5ba8
head repository: elastic/kibana
compare: 70aa11a~
- 14 commits
- 67 files changed
- 1 contributor
Commits on Apr 16, 2020
-
Move misc. config into NP folder
A few of these were moved into the cypress folder as they're cypress-specific. I tried to update all the relative paths but some are likely broken. I'm not going to know until other stuff is fixed, though.
Configuration menu - View commit details
-
Copy full SHA for f24c1db - Browse repository at this point
Copy the full SHA f24c1dbView commit details -
Move value for siem index pattern into common/constants
The other default values live in there, this is no different.
Configuration menu - View commit details
-
Copy full SHA for 1b36855 - Browse repository at this point
Copy the full SHA 1b36855View commit details -
Update paths following file move
If this was referencing the full project, it now references both paths (legacy for UI, and NP for server).
Configuration menu - View commit details
-
Copy full SHA for e528bea - Browse repository at this point
Copy the full SHA e528beaView commit details -
Replace Legacy Config with NP Config
* Updates plugin to use NP config * defines new config previously coming from savedObjects config * cleans up legacy types Conflicts: x-pack/plugins/siem/server/lib/detection_engine/routes/rules/export_rules_route.ts x-pack/plugins/siem/server/lib/detection_engine/routes/rules/import_rules_route.ts x-pack/plugins/siem/server/lib/detection_engine/rules/types.ts x-pack/plugins/siem/server/plugin.ts x-pack/plugins/siem/server/routes/index.ts x-pack/plugins/siem/server/types.ts
Configuration menu - View commit details
-
Copy full SHA for 7faeeed - Browse repository at this point
Copy the full SHA 7faeeedView commit details -
This was originally added to address an issue with tsserver, but that issue is no longer relevant. The presence of this file confuses typescript into thinking that siem is a separate TS project.
Configuration menu - View commit details
-
Copy full SHA for c3c487f - Browse repository at this point
Copy the full SHA c3c487fView commit details -
Update kibana.json to declare our dependencies
These are not necessarily correct in terms of what's required/optional, but this is what's declared in our types.
Configuration menu - View commit details
-
Copy full SHA for faa3d93 - Browse repository at this point
Copy the full SHA faa3d93View commit details -
Remove legacy plugin instantiation
* Removes legacy instantiation of server plugin, which is now handled by NP * Loosens legacy config spec so we no longer have to duplicate config types
Configuration menu - View commit details
-
Copy full SHA for 3b66124 - Browse repository at this point
Copy the full SHA 3b66124View commit details -
These were written against the old Hapi config function; now, we just have a POJO.
Configuration menu - View commit details
-
Copy full SHA for 6030b1b - Browse repository at this point
Copy the full SHA 6030b1bView commit details -
Update es_archiver helpers' paths
I'm not quite sure if these are working yet, but they're no longer throwing errors.
Configuration menu - View commit details
-
Copy full SHA for c4ceebb - Browse repository at this point
Copy the full SHA c4ceebbView commit details -
Ignore restricted path on script
This was cribbed from infra, who has made a similar change.
Configuration menu - View commit details
-
Copy full SHA for c6cdbc2 - Browse repository at this point
Copy the full SHA c6cdbc2View commit details -
Ignore restricted path on temporary savedObject mappings import
This will be changed subsequently when we switch to the NP form of savedObject type registration.
Configuration menu - View commit details
-
Copy full SHA for 06c62cf - Browse repository at this point
Copy the full SHA 06c62cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b36cdf3 - Browse repository at this point
Copy the full SHA b36cdf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8f272b - Browse repository at this point
Copy the full SHA a8f272bView commit details -
Add separate config for Rule and Timeline saved objects
We had previously used the savedObjects' config, but those are not currently exposed to us on New Platform. For now, we're going to split this into two sets of values for the SOs we deal with importing/exporting within the SIEM app, with the same defaults as savedObjects.
Configuration menu - View commit details
-
Copy full SHA for 6b09a1f - Browse repository at this point
Copy the full SHA 6b09a1fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 07bea5ba8...70aa11a~