Commit Graph

332 Commits

Author SHA1 Message Date
havidarou
a1e0de6426 Merge branch '3.2' into 3.2-dev-clean
Conflicts:
	public/less/kbn.less
	public/templates/agents-prev/agents-prev.html
	public/templates/agents/agents-configuration.html
	public/templates/agents/agents.head
	public/templates/manager/manager-configuration.html
2018-03-08 10:20:40 -05:00
havidarou
dda70238dd Reviewing visualizations 2018-03-07 18:21:20 +01:00
havidarou
5509133726 Removing unused css and rearrange angular one into one file 2018-03-06 08:41:19 -05:00
Jesús Ángel González
236177c291 Fix wrong audit visualizations json 2018-03-02 16:15:47 +01:00
Javier Castro
7fc144409b
Merge branch '3.2' into 3.2-dev-design 2018-02-27 17:35:41 +01:00
havidarou
0702a2a9bb Adding shard and replica configuration for .wazuh and .wazuh-version 2018-02-27 17:13:30 +01:00
Jesús Ángel González
819def569f Fixed audit visualization to avoid large load 2018-02-27 17:10:12 +01:00
Jesús Ángel González
d6338ed87a Minor refactor to current applied pattern function 2018-02-21 15:27:08 +01:00
Jesús Ángel González
b802e679f8 Deleted kibana_fields_file and renamed more files to be consistent 2018-02-15 15:45:56 +01:00
Juanjo Jiménez
d6ec21d273 Modified vuln visualizations to adapt latest changes 2018-02-12 23:20:00 +01:00
Jesús Ángel González
7edcbb8edf Replaced "login" by "wlogin" 2018-02-12 23:15:56 +01:00
Jesús Ángel González
22e024e750 More in deep Elastic error messages, now in backend 2018-02-08 20:51:08 +01:00
Javier Castro
e67d5667ee
Adding url formatting in Kibana 2018-02-06 13:36:05 +01:00
Juanjo Jiménez
832c174d1a Fixed VULS visualization typo 2018-02-05 13:19:12 +01:00
Juanjo Jiménez
35c62ac074 Modified some old dashboard visualizations 2018-02-05 11:32:12 +01:00
Juanjo Jiménez
5142418f70 Modified another FIM visualization 2018-02-05 11:32:11 +01:00
Juanjo Jiménez
b78ed7a751 Fixed FIM metric visualizations 2018-02-05 11:32:11 +01:00
Juanjo Jiménez
95716ac3a9 Revert "Modified visualization in Overview/General"
This reverts commit 6b3acc22922eedd4bd5858ab144b55677fc7e8bb.
2018-02-01 11:09:07 +01:00
Juanjo Jiménez
f1656265e5 Modified visualization in Overview/General 2018-02-01 11:09:07 +01:00
Juanjo Jiménez
ace36d63ea Modified FIM pie visualizations 2018-02-01 11:09:07 +01:00
Juanjo Jiménez
66ea195a0e Added Reference column in VULS table vis 2018-02-01 11:09:07 +01:00
Juanjo Jiménez
b5a6f2928a Removed AWS from Agents 2018-02-01 11:09:07 +01:00
Jesús Ángel González
0e7b493cd9 Added missing catch statement 2018-02-01 11:04:57 +01:00
Jesús Ángel González
d462203b7c Added more PCI requirements to our list 2018-02-01 11:04:57 +01:00
Jesús Ángel González
ec343f2835 PCI function now obtains PCI from API and compare it with its own PCI list 2018-02-01 11:04:57 +01:00
Javier Castro
91a1b273c1
Merge pull request #224 from wazuh/3.1-dev-vuls-tab
New Vulnerabilities tab
2018-01-30 16:36:53 +01:00
Jesús Ángel González
b9f43e3e10 Hot fix checking configuration file fields 2018-01-30 16:35:28 +01:00
Juanjo Jiménez
6e61d36c69 Added new visualization on Overview 2018-01-30 16:12:35 +01:00
Juanjo Jiménez
3ad9c16970 Added critical metric and changed name 2018-01-30 15:50:02 +01:00
Juanjo Jiménez
76118d0ea5 Fixed visualization pattern 2018-01-30 15:21:30 +01:00
Juanjo Jiménez
c7a3fd5f59 First prototype for VULS tab 2018-01-30 15:08:10 +01:00
Jesús Ángel González
bba4b82766 Adapting to new configuration file format 2018-01-30 13:22:54 +01:00
havidarou
bf30f187a7 Fixing resolve and heatmap 2018-01-29 16:27:21 -05:00
havidarou
a74e0a521c Decoupling setup creation from pattern's existence 2018-01-29 07:57:28 -05:00
Jesús Ángel González
9aeac3f0a6 Hot fix relative path trouble 2018-01-26 18:26:48 +01:00
Jesús Ángel González
405a6000f0 Added a heatmap to Virustotal overview tab 2018-01-26 15:05:21 +01:00
Juanjo Jiménez
30f0258607 More overhaul for the AWS tab 2018-01-26 15:04:52 +01:00
Juanjo Jiménez
c189f468d7 More new and modified visualizations for AWS 2018-01-26 15:04:52 +01:00
Juanjo Jiménez
aa6262e116 Added more visualizations to AWS tab 2018-01-26 15:04:52 +01:00
Jesús Ángel González
6486707818 Removed "req.info.remoteAddress" in order to avoid troubles on shared IP scenarios 2018-01-26 11:41:45 +01:00
Jesús Ángel González
8674573343 Increased time alive of session 2018-01-25 13:46:08 +01:00
Jesús Ángel González
f3316bf25e Proper loading of configuration file 2018-01-25 13:44:47 +01:00
Jesús Ángel González
30fe95bed3 Added protectedRoute function to protect routes 2018-01-25 13:44:25 +01:00
Jesús Ángel González
e6082e2d29 First approach of simple protected routes 2018-01-24 21:33:45 +01:00
Javier Castro
ba33aa5d5b
Merge branch '3.1' into 3.1-dev-aws-tab 2018-01-24 17:05:20 +01:00
Juanjo Jiménez
e0d18643a9 Fixed JSON typo 2018-01-24 16:43:00 +01:00
Juanjo Jiménez
5aa27d8687 Finished AWS tab for Overview and Agent 2018-01-24 16:32:34 +01:00
Jesús Ángel González
44b47caf9e Loading configuration from Yaml instead JSON 2018-01-24 15:56:57 +01:00
Jesús Ángel González
bc0ca23724 Added new backend route to get the configuration file 2018-01-24 15:56:57 +01:00
Jesús Ángel González
e2cba1d770 Loading patter from the proper file 2018-01-24 15:56:57 +01:00
Jesús Ángel González
db83b94d8e Fix typos 2018-01-24 12:02:59 +01:00
Jesús Ángel González
224b863b51 Added Virustotal visualizations objects 2018-01-24 11:34:13 +01:00
Juanjo Jiménez
9991ae2d2e Adjusted font size on some AWS visualizations 2018-01-23 16:47:57 +01:00
Juanjo Jiménez
cbe4d3e895 Fixed typos 2018-01-23 16:36:16 +01:00
Juanjo Jiménez
efd3a19b92 Added metric visualizations for AWS 2018-01-23 16:25:37 +01:00
Juanjo Jiménez
4c7fc6fe05 Added first visualization on AWS 2018-01-23 13:53:02 +01:00
Jesús Ángel González
b8c0a4169d Regular user expression is now less restrictive 2018-01-18 18:13:29 +01:00
havidarou
4058168ed9 Fixing current pattern detection 2018-01-18 18:01:34 +01:00
havidarou
3ad7b4617d Improving template health check 2018-01-18 14:10:27 +01:00
havidarou
21d8dafa3a Fixing legends in visualizations 2018-01-18 08:01:20 -05:00
havidarou
07d2072dee Fix pin filter and import apps 2018-01-17 17:38:28 +01:00
havidarou
3d89a0f87d Updating version information on startup and using pattern title in display 2018-01-16 12:02:24 +01:00
havidarou
afd0093775 Improving template check 2018-01-15 17:37:32 +01:00
havidarou
952f1f4b24 Limiting legend size for some visualizations 2018-01-15 10:49:16 -05:00
havidarou
4446331a79 Setting timeout, fixing html for health check 2018-01-12 17:45:32 +01:00
havidarou
3934a06e81 Refactoring health check into a new view and rerouting the rest of the views 2018-01-12 17:45:32 +01:00
havidarou
d7b32dff5f health check screen - in progress 2018-01-12 17:45:32 +01:00
Jesús Ángel González
0b96771ea9 Fixes agents status visualization 2017-12-27 16:11:29 +01:00
havidarou
daa917d500 Proper index-pattern ids 2017-12-26 18:52:03 +01:00
Jesús Ángel González
f538de6b2b New elastic-route to edit an existing API entry 2017-12-26 18:29:18 +01:00
havidarou
d5b4ab9470 Scripting the reindex process to dynamically change document ids 2017-12-22 10:20:13 -05:00
Javier Castro
8af9d4e5d7
Merge pull request #150 from wazuh/3.0-kibana-template-fix
Adapting .kibana creating if it already exists.
2017-12-21 17:26:46 +01:00
havidarou
51a1d03f73 Adapting .kibana creating if it already exists. 2017-12-21 11:24:48 -05:00
Jesús Ángel González
fd0027b225 Prevent load credentials from duplicate APIs 2017-12-21 17:15:13 +01:00
Jesús Ángel González
e7561d52a2 Handled '401 Unauthorized' response and simplified some code lines 2017-12-20 17:48:20 +01:00
Javier Castro
50307f6b82
Merge pull request #138 from wazuh/3.0-regex-validations
3.0 Regex validations
2017-12-19 18:52:07 +01:00
Jesús Ángel González
1c14223b83 Validating form fields when adding a new API (backend) 2017-12-19 18:51:33 +01:00
havidarou
b540e544e9 Inserting .kibana template when missing 2017-12-19 11:23:42 -05:00
havidarou
838f3500e2 Creating .kibana on startup 2017-12-14 07:24:51 -05:00
havidarou
0a3feaa1f7 Decoupling from backend the selected API and index pattern 2017-12-12 11:59:19 -05:00
havidarou
692721b488 Automatic .wazuh upgrading 2017-12-11 05:45:32 -05:00
havidarou
525dcf6f3e Adding some error logs 2017-12-05 11:39:02 -05:00
havidarou
5837c30e2d Working reindex, needs refactoring 2017-12-05 10:02:09 -05:00
havidarou
8e651e201f Initial approach reindexing .wazuh index 2017-12-04 13:59:36 -05:00
havidarou
62bc6c1111 Enchancement: dynamic index-patterns, plus minor fixes 2017-12-03 09:30:47 -05:00
Javier Castro
645ac0c646
Merge pull request #111 from wazuh/3.0-fix-api-down
Fix API is down situation
2017-12-01 10:40:41 +01:00
havidarou
23c41fb5e7 Using only the elasticsearch client for initialization tasks 2017-11-30 10:22:31 -05:00
Jesús
f9663f2b0e Check on the back-end if the API is down and handle the error properly 2017-11-30 13:04:48 +01:00
havidarou
123e451354 Changing loading conditions for visualizations in the agents tab 2017-11-29 13:36:56 -05:00
havidarou
20d433e9be Fixing some bugs due to prior merges and fixing one index pattern in the discover tabs 2017-11-27 15:54:57 -05:00
havidarou
dfdcc24fbc Adding the new discover to the agents tab 2017-11-27 11:27:07 -05:00
Jesús
8750ff6900 Sorted agents-pci-dss objects 2017-11-20 17:41:50 +01:00
Jesús
1386cea516 Sorted agents-audit objects 2017-11-20 17:36:30 +01:00
Jesús
891b5ee93c Sorted agents-oscap objects 2017-11-20 17:30:20 +01:00
Jesús
3ab459c289 Sorted agents-fim objects 2017-11-20 17:23:13 +01:00
Jesús
ccdf9662fe Sorted agents-fim objects 2017-11-20 17:20:28 +01:00
Jesús
26a4c51aac Sorted agents-overview objects 2017-11-20 17:17:49 +01:00
havidarou
40732ce4c0 Adjusting integrations - ruleset 2017-11-17 15:22:01 -05:00
havidarou
6453aff460 Toggling leyends off in certain visualizations 2017-11-17 11:00:46 -05:00
havidarou
7c80333b98 Fixing styles in visualizations 2017-11-17 03:57:26 -05:00