Merge branch 'ent-8880-vista-de-eventos-por-defecto-en-instalacion-nueva' into 'develop'

Change event list fields order on new install

See merge request artica/pandorafms!4843
This commit is contained in:
Daniel Rodriguez 2022-05-06 11:34:56 +00:00
commit b0da7c62c0
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
('netflow_daemon', '/usr/bin/nfcapd'),
('netflow_nfdump', '/usr/bin/nfdump'),
('netflow_max_resolution', '50'),
('event_fields', 'mini_severity,evento,id_agente,estado,timestamp'),
('event_fields', 'mini_severity,evento,estado,agent_name,timestamp'),
('status_monitor_fields', 'policy,agent,data_type,module_name,server_type,interval,status,last_status_change,graph,warn,data,timestamp'),
('list_ACL_IPs_for_API', '127.0.0.1'),
('enable_pass_policy', 0),