|
abstract
void
|
addCurrentDevice(int id)
Add the current machine as a device to an existing input
|
|
abstract
void
|
addCurrentDeviceToSyslog514(int id)
Add the current machine with Syslog 514 UDP as a device to an existing input
|
|
abstract
void
|
addDevice(Integer id, String ip, String deviceName)
Adds a device to an input
|
|
void
|
before()
|
|
abstract
void
|
createInput(String inputName, String description, Service service)
|
|
abstract
void
|
deleteDevice(int id)
Deletes a Device from an Input
|
|
abstract
void
|
deleteDeviceByIp(String ip)
Deletes a Device (identified by an IP address) from an Input
|
|
abstract
Device
|
device(int id)
|
|
abstract
Collection<Device>
|
devices()
|
|
abstract
void
|
disableInputDiscovery(int id)
Disables discovery mode on the device
|
|
abstract
void
|
enableInputDiscovery(int id)
Puts the Input in discovery mode
|
|
abstract
LogglyFacetResult
|
facet(String query, FacetType facetType, int buckets, String gap, String from, String until)
Provides faceted results from an account on either date, ip, or input fields.
|
|
static
<T>
Collection<T>
|
genericJsonToListTransformer(String json)
|
|
HttpClient
|
getHttpClient()
|
|
String
|
getPassword()
|
|
String
|
getSubdomain()
|
|
String
|
getUsername()
|
|
abstract
Input
|
input(int id)
Fetch an input for an account using its id.
|
|
abstract
Input
|
inputByName(String inputName)
Fetch an input for an account using its name.
|
|
abstract
Collection<Input>
|
inputs()
Fetch all the inputs associated with the account.
|
|
abstract
void
|
removeDevice(int id)
|
|
abstract
LogglyResultSet
|
search(String query, int rows, int start, String from, String until, Order order)
Searches for a log message.
|
|
void
|
setPassword(String password)
|
|
void
|
setSubdomain(String subdomain)
|
|
void
|
setUsername(String username)
|
|
static
Device
|
transformJsonToDevice(String json)
|
|
static
Collection<Device>
|
transformJsonToDevices(String json)
Transform JSON to collection of Devices
|
|
static
LogglyFacetResult
|
transformJsonToFacetResult(String json)
Transform JSON to a Facet Search result
|
|
static
Input
|
transformJsonToInput(String json)
|
|
static
Collection<Input>
|
transformJsonToInputs(String json)
Transform JSON to collection of Inputs
|
|
static
LogglyResultSet
|
transformJsonToResultSet(String json)
Transform JSON to Result Set
|