mmiklavc commented on issue #1375: METRON-2060 Improving Alerts table config pane URL: https://github.com/apache/metron/pull/1375#issuecomment-482347051 @tiborm - I tested this feature out in full dev and I like the improvements! This makes column selection much, much better imo. I have only one question before I give this a +1. I took a look at the `user_settings` table in HBase after modifying the layout, saving it, and then logging out and back in again. The configured view still remains intact, however the settings table is empty. What are we actually storing there, if anything? Is the user's view only cached in a client-side cookie, or some other location? ``` # echo "list" | hbase shell HBase Shell; enter 'help<RETURN>' for list of supported commands. Type "exit<RETURN>" to leave the HBase Shell Version 1.1.2.2.6.5.1050-37, r897822d4dd5956ca186974c10382e9094683fa29, Tue Dec 11 02:04:10 UTC 2018 list TABLE enrichment enrichment_list metron_update profiler threatintel user_settings 6 row(s) in 0.4670 seconds ["enrichment", "enrichment_list", "metron_update", "profiler", "threatintel", "user_settings"] [root@node1(127.0.0.1 192.168.66.121): /usr/metron/0.7.1] # echo "scan 'user_settings'" | hbase shell HBase Shell; enter 'help<RETURN>' for list of supported commands. Type "exit<RETURN>" to leave the HBase Shell Version 1.1.2.2.6.5.1050-37, r897822d4dd5956ca186974c10382e9094683fa29, Tue Dec 11 02:04:10 UTC 2018 scan 'user_settings' ROW COLUMN+CELL 0 row(s) in 0.3840 seconds ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
