| java.lang.Object | ||||||
| ↳ | org.mule.modules.loggly.LogglyRetrieveConnector | |||||
| ↳ | org.mule.modules.loggly.adapters.LogglyRetrieveConnectorCapabilitiesAdapter | |||||
| ↳ | org.mule.modules.loggly.adapters.LogglyRetrieveConnectorMetadataAdapater | |||||
| ↳ | org.mule.modules.loggly.adapters.LogglyRetrieveConnectorLifecycleAdapter | |||||
| ↳ | org.mule.modules.loggly.adapters.LogglyRetrieveConnectorProcessAdapter | |||||
| ↳ | org.mule.modules.loggly.adapters.LogglyRetrieveConnectorRestClientAdapter | |||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.loggly.adapters.LogglyRetrieveConnectorMetadataAdapater
| |||||||||||
From class
org.mule.modules.loggly.LogglyRetrieveConnector
| |||||||||||
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| httpMuleMessageFactory | |||||||||||
| muleContext | |||||||||||
| responseTimeout | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.loggly.LogglyRetrieveConnector
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add the current machine as a device to an existing input
| |||||||||||
Add the current machine with Syslog 514 UDP as a device to an existing input
| |||||||||||
Adds a device to an input
| |||||||||||
Create an input
| |||||||||||
Deletes a Device from an Input
| |||||||||||
Deletes a Device (identified by an IP address) from an Input
| |||||||||||
Get a device by id
| |||||||||||
Get all the Devices
| |||||||||||
Disables discovery mode on the device
| |||||||||||
Puts the Input in discovery mode
| |||||||||||
Provides faceted results from an account on either date, ip, or input fields.
| |||||||||||
Fetch an input for an account using its id.
| |||||||||||
Fetch an input for an account using its name.
| |||||||||||
Fetch all the inputs associated with the account.
| |||||||||||
Remove Device from Input
| |||||||||||
Searches for a log message.
| |||||||||||
Sets responseTimeout
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.loggly.adapters.LogglyRetrieveConnectorProcessAdapter
| |||||||||||
From class
org.mule.modules.loggly.adapters.LogglyRetrieveConnectorLifecycleAdapter
| |||||||||||
From class
org.mule.modules.loggly.adapters.LogglyRetrieveConnectorMetadataAdapater
| |||||||||||
From class
org.mule.modules.loggly.adapters.LogglyRetrieveConnectorCapabilitiesAdapter
| |||||||||||
From class
org.mule.modules.loggly.LogglyRetrieveConnector
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.mule.api.Capabilities
| |||||||||||
From interface
org.mule.api.MetadataAware
| |||||||||||
From interface
org.mule.api.context.MuleContextAware
| |||||||||||
From interface
org.mule.api.lifecycle.Disposable
| |||||||||||
From interface
org.mule.api.lifecycle.Initialisable
| |||||||||||
From interface
org.mule.api.lifecycle.Startable
| |||||||||||
From interface
org.mule.api.lifecycle.Stoppable
| |||||||||||
From interface
org.mule.api.process.ProcessAdapter
| |||||||||||
Add the current machine as a device to an existing input
| id | Input ID |
|---|
| IOException |
|---|
Add the current machine with Syslog 514 UDP as a device to an existing input
| id | Device ID |
|---|
| IOException |
|---|
Adds a device to an input
| id | Input ID where to attach the device |
|---|---|
| ip | IP Address of the device |
| deviceName | Name of the device |
| IOException |
|---|
Create an input
| inputName | Name |
|---|---|
| description | Description |
| service | Service to use |
| IOException |
|---|
Deletes a Device from an Input
| id | Device ID to remove |
|---|
| IOException |
|---|
Deletes a Device (identified by an IP address) from an Input
| ip | IP Address of the Device to remove |
|---|
| IOException |
|---|
Get a device by id
| id | Device to retrieve |
|---|
| IOException |
|---|
Disables discovery mode on the device
| id | Device ID |
|---|
| IOException |
|---|
Puts the Input in discovery mode
| id | Device ID |
|---|
| IOException |
|---|
Provides faceted results from an account on either date, ip, or input fields. Facets return counts of events over a time range.
| query | String to search in logs. |
|---|---|
| facetType | Facet type to use. |
| buckets | Number of buckets the results are split into for a given time range. Defaults to 50. |
| gap | Set the gap time between buckets. Defaults to +1HOUR |
| from | Start time for the search. Defaults to NOW-1HOUR. |
| until | End time for the search. Defaults to NOW. |
| IOException |
|---|
| InitialisationException |
|---|
Fetch an input for an account using its id. Without id
| id | Id of the input |
|---|
| IOException |
|---|
Fetch an input for an account using its name.
| inputName | Name of the input |
|---|
| IOException |
|---|
Fetch all the inputs associated with the account.
| IOException |
|---|
Remove Device from Input
| id | Device ID |
|---|
| IOException |
|---|
Searches for a log message.
| query | String to search in logs. |
|---|---|
| rows | Number of rows returned by search. Defaults to 10, maximum of 2000. |
| start | Offset for starting row. Defaults to 0. |
| from | Start time for the search. Defaults to NOW-24HOURS. |
| until | End time for the search. Defaults to NOW. |
| order | Direction of results returned, either 'asc' or 'desc'. Defaults to 'desc'. |
| IOException |
|---|
| context |
|---|
Sets responseTimeout
| value | Value to set |
|---|