- generateFileString() - Method in class com.example.groracle.Brokers.GrokFileGenerator
-
Method responsible for generating the file content
- getAllGroups() - Method in class com.example.groracle.DAL.DAO.GroupDAO
-
Method returning unfiltered List of all groups in the system
- getAllHosts() - Method in class com.example.groracle.DAL.DAO.HostDAO
-
Method returning list of all hosts
- getAllInput() - Method in class com.example.groracle.DAL.DAO.InputDAO
-
Method returning list of all Input entries
- getAllLines(Boolean) - Method in class com.example.groracle.DAL.DAO.GrokLineDAO
-
Method returning all lines that are in blacklist and filters them according to confirmed flag
- getAllPatterns() - Method in class com.example.groracle.DAL.DAO.PatternBlacklistDAO
-
Method returning list of all pattern_blacklist entries
- getAllRights() - Method in class com.example.groracle.DAL.DAO.RightDAO
-
Method returning list of all Rights
- getAllRoles() - Method in class com.example.groracle.DAL.DAO.RoleDAO
-
Method returning List of Roles
- getAllUsers() - Method in class com.example.groracle.DAL.DAO.UserDAO
-
Method returning all Users
- getConfirmed() - Method in class com.example.groracle.Entity.PatternBlacklist
-
- getConfirmedOrBlacklisted(Boolean) - Method in class com.example.groracle.DAL.DAO.PatternBlacklistDAO
-
Method returning list of confirmed or unconfirmed blacklisted patterns
- getCount() - Method in class com.example.groracle.Entity.Agregated.GrokLine
-
- getCount() - Method in class com.example.groracle.Entity.Agregated.StatLinePerDate
-
- getCount() - Method in class com.example.groracle.Entity.Agregated.StatLinePerHost
-
- getCount() - Method in class com.example.groracle.Entity.Agregated.StatLinePerPattern
-
- getDate() - Method in class com.example.groracle.Entity.Agregated.StatLinePerDate
-
- getDate() - Method in class com.example.groracle.Entity.Input
-
- getDbHost() - Method in class com.example.groracle.Brokers.ConfigLoader
-
Method returning database host IP
- getDbInstance() - Method in class com.example.groracle.Brokers.ConfigLoader
-
Method returning name of database instance
- getDbPort() - Method in class com.example.groracle.Brokers.ConfigLoader
-
Method returning DB port
- getDbUserName() - Method in class com.example.groracle.Brokers.ConfigLoader
-
Method returning database user name
- getDbUserPasswd() - Method in class com.example.groracle.Brokers.ConfigLoader
-
Method returning database user password
- getDescription() - Method in class com.example.groracle.Entity.Group
-
- getDescription() - Method in class com.example.groracle.Entity.Host
-
- getDescritpion() - Method in class com.example.groracle.Entity.User
-
- getEmail() - Method in class com.example.groracle.Entity.User
-
- getFilteredInput(String) - Method in class com.example.groracle.DAL.DAO.InputDAO
-
Method returning list of Input entries filtered by pattern
- getGrokBlacklistFile() - Method in class com.example.groracle.Brokers.ConfigLoader
-
Method returning path to blacklist rules file
- getGrokRulesFile() - Method in class com.example.groracle.Brokers.ConfigLoader
-
Method returning path to grok rules file path
- getGroupid() - Method in class com.example.groracle.Entity.Group
-
- getGroupid() - Method in class com.example.groracle.Entity.Host
-
- getGroups() - Method in class com.example.groracle.Entity.Role
-
- getGroups() - Method in class com.example.groracle.Entity.User
-
- getHost() - Method in class com.example.groracle.Entity.Agregated.StatLinePerHost
-
- getHost() - Method in class com.example.groracle.Entity.Host
-
- getHost() - Method in class com.example.groracle.Entity.Input
-
- getHostsByGroup(String) - Method in class com.example.groracle.DAL.DAO.HostDAO
-
Method returning list of hosts in certain group
- getIp() - Method in class com.example.groracle.Entity.Host
-
- getLine() - Method in class com.example.groracle.Entity.Input
-
- getList() - Method in class com.example.groracle.Brokers.CommonDatabaseBroker
-
Method returning parsed result set in form of abstract representation
- getLoggedInUser() - Method in class com.example.groracle.NavigatorUI
-
Getter method which is supposed to return username of currently logged-in user.
- getName() - Method in class com.example.groracle.Entity.PatternBlacklist
-
- getNonBlacklisted() - Method in class com.example.groracle.DAL.DAO.InputDAO
-
Method returning entries that were not blacklisted
- getNonBlacklistedGrouped() - Method in class com.example.groracle.DAL.DAO.InputDAO
-
Method returning list of entries that are grouped by pattern
- getOptimizedGrokFile() - Method in class com.example.groracle.Brokers.GrokFileGenerator
-
Getter method returning file content for optimized rules file
- getPassHash() - Method in class com.example.groracle.Entity.User
-
- getPassSalt() - Method in class com.example.groracle.Entity.User
-
- getPattern() - Method in class com.example.groracle.Entity.Agregated.GrokLine
-
- getPattern() - Method in class com.example.groracle.Entity.Agregated.StatLinePerPattern
-
- getPattern() - Method in class com.example.groracle.Entity.Input
-
- getPattern() - Method in class com.example.groracle.Entity.PatternBlacklist
-
- getPermission() - Method in class com.example.groracle.Entity.Right
-
- getRightsByRole(String) - Method in class com.example.groracle.DAL.DAO.RightDAO
-
Method returning rights for given role
- getRightsByUser(String) - Method in class com.example.groracle.DAL.DAO.RightDAO
-
Method providing functionality for getting all rights for given user
- getRole() - Method in class com.example.groracle.Entity.Role
-
- getRole() - Method in class com.example.groracle.Entity.User
-
- getRoles() - Method in class com.example.groracle.Entity.Right
-
- getSelectedPattern(String) - Static method in class com.example.groracle.Views.BlacklistView
-
- getSessionFactory() - Static method in class com.example.groracle.DAL.SessionFactoryUtil
-
Method providing session factory to all DAOs
- getSockNum() - Method in class com.example.groracle.Brokers.ConfigLoader
-
Method returning socket number (in case of TCP) or socket path (in case of Unix socket)
- getSockType() - Method in class com.example.groracle.Brokers.ConfigLoader
-
Method for getting socket type configuration
- getStat() - Method in class com.example.groracle.DAL.DAO.StatLinePerDateDAO
-
Method returning statistic of lines per date
- getStat() - Method in class com.example.groracle.DAL.DAO.StatLinePerHostDAO
-
Method returning statistic of lines per host
- getStat() - Method in class com.example.groracle.DAL.DAO.StatLinePerPatternDAO
-
Method returning statistic of lines per pattern
- getUsername() - Method in class com.example.groracle.Entity.User
-
- getUsernames() - Method in class com.example.groracle.Entity.Right
-
- grokBlacklistFile - Variable in class com.example.groracle.Brokers.ConfigLoader
-
- GrokBlacklistFileUploadView - Class in com.example.groracle.Views
-
Class representing UI implementation of Black list file upload
- GrokBlacklistFileUploadView(Navigator) - Constructor for class com.example.groracle.Views.GrokBlacklistFileUploadView
-
Constructor of the class
- grokContent - Variable in class com.example.groracle.Views.GrokBlacklistFileUploadView
-
- grokContent - Variable in class com.example.groracle.Views.GrokFileUploadView
-
- GrokFileGenerator - Class in com.example.groracle.Brokers
-
Class responsible for generating the files with rules for grok
- GrokFileGenerator(Boolean) - Constructor for class com.example.groracle.Brokers.GrokFileGenerator
-
Constructor of the class
- GrokFileUploadView - Class in com.example.groracle.Views
-
Class representing UI implementation of file upload for grok rules file
- GrokFileUploadView(Navigator) - Constructor for class com.example.groracle.Views.GrokFileUploadView
-
Constructor of the class
- GrokLine - Class in com.example.groracle.Entity.Agregated
-
- GrokLine() - Constructor for class com.example.groracle.Entity.Agregated.GrokLine
-
- GrokLineDAO - Class in com.example.groracle.DAL.DAO
-
Class implementing operations on top of GrokLine object
- GrokLineDAO() - Constructor for class com.example.groracle.DAL.DAO.GrokLineDAO
-
Constructor of the class - only thing to do here is to open session to DB
- grokRulesFile - Variable in class com.example.groracle.Brokers.ConfigLoader
-
- Group - Class in com.example.groracle.Entity
-
- Group() - Constructor for class com.example.groracle.Entity.Group
-
- GroupDAO - Class in com.example.groracle.DAL.DAO
-
Class implementing operations on top of Group object
- GroupDAO() - Constructor for class com.example.groracle.DAL.DAO.GroupDAO
-
Constructor of the class - only thing to do here is to open session to DB
- groupDescription - Static variable in class com.example.groracle.Views.EditGroupView
-
- groupF - Variable in class com.example.groracle.Views.EditGroupView
-
- groupid - Variable in class com.example.groracle.Entity.Group
-
- groupid - Variable in class com.example.groracle.Entity.Host
-
- grouplist - Variable in class com.example.groracle.Views.EditGroupView
-
- groupList - Variable in class com.example.groracle.Views.EditGroupView
-
- grouplistEditorLayout - Variable in class com.example.groracle.Views.EditGroupView
-
- groupName - Static variable in class com.example.groracle.Views.EditGroupView
-
- groups - Variable in class com.example.groracle.Entity.Role
-
- groups - Variable in class com.example.groracle.Entity.User
-
- groups - Variable in class com.example.groracle.Views.EditHostGroupView
-
- groups - Variable in class com.example.groracle.Views.EditRoleGroupsView
-
- groups - Variable in class com.example.groracle.Views.EditUserGroupsView
-