메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

Cloudera CDH/CDP 및 Hadoop EcoSystem, Semantic IoT등의 개발/운영 기술을 정리합니다. gooper@gooper.com로 문의 주세요.


*hue.axes_accessattempt테이블 데이터 확인

select id, uer_agent, ip_address, username, attempt_time, failures_since_start from hue.axes_accessattempt where username like '%test_user% order by attempt_time_desc;

(hue.axes_accessattempt에는 hue에서 입력한 id모두가 기록되어 카운트 된다.)


<결과 예시>

id    user_agent       ip_address      username   attempt_time             failures_since_start

15   Mozilla/5.0.......   xxx.xxx.xxx.xxx   test_user   2020-01-22 11:11:11   3

14   Mozilla/2.0.......   xxx.xxx.xxx.xxx   abc          2020-01-23 12:11:11   2

위로