Upload audit-llama2.txt
Browse files- audit-llama2.txt +18 -0
audit-llama2.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<s>[INST]What is CDP?[/INST]CDP stands for Cloudera Data Platform, it is a hybrid data platform designed for unmatched freedom to choose—any cloud, any analytics, any data. CDP delivers faster and easier data management and data analytics for data anywhere, with optimal performance, scalability, and security. With CDP you get all the advantages of CDP Private Cloud and CDP Public Cloud for faster time to value and increased IT control. </s>
|
| 2 |
+
<s>[INST]What is CDPCLI?[/INST]CDPCLI stands for Cloudera CDP Command Line Interface, it provides a unified command line interface to the Cloudera Data Platform (CDP) control plane API.</s>
|
| 3 |
+
<s>[INST]What is the format of a CDPCLI command?[/INST]CDPCLI command should be in following format `cdp <service> <sub-command> --<parameter-name> <parameter-value>`. One CDPCLI command must have a service, a sub-command and multiple optional parameters.</s>
|
| 4 |
+
<s>[INST]What are the services available in CDPCLI?[/INST]CDPCLI has a few services available: `audit`, `compute`, `datacatalog`, `datahub`, etc. services.</s>
|
| 5 |
+
<s>[INST]What is CDP audit service?[/INST]Cloudera CDP Auditing is a web service for interacting with the audit subsystem.</s>
|
| 6 |
+
<s>[INST]What are the sub-commands available in CDP audit service?[/INST]CDP audit service has a few sub-commands: `archiveAuditEvents`, `batchEventsForArchiving`, `configureArchiving`, `getArchivingConfig`, `getArchivingStatus`, `getBatchEventsForArchivingStatus`, `listEvents`, `listEventsInArchiveBatch`, `listOutstandingArchiveBatches`, `listRecentArchiveRuns`, `markArchiveBatchesAsSuccessful`, etc.</s>
|
| 7 |
+
<s>[INST]What is `archiveAuditEvents` sub-commands in CDP audit service?[/INST]`archiveAuditEvents` sub-commands is used to trigger immediate audit event archiving based on input criteria. WARNING: This command is experimental and subject to backwards-incompatible change.</s>
|
| 8 |
+
<s>[INST]What are the parameters for `archiveAuditEvents` sub-commands in CDP audit service?[/INST]There're 2 parameters for `archiveAuditEvents` sub-commands in CDP audit service, they are `fromTimestamp` (The beginning timestamp for the search range, inclusive) and `toTimestamp` (the ending timestamp for the search range, exclusive).</s>
|
| 9 |
+
<s>[INST]What are the required parameters for `archiveAuditEvents` sub-commands in CDP audit service?[/INST]There're 2 required parameters for `archiveAuditEvents` sub-commands in CDP audit service, they are `fromTimestamp` and `toTimestamp`.</s>
|
| 10 |
+
<s>[INST]What is the response of `archiveAuditEvents` sub-commands in CDP audit service?[/INST]The response of `archiveAuditEvents` sub-commands in CDP audit service has a few parameters: `eventCount` (The number of events archived), `eventBatches` (The number of events archived) and `taskId` (The id representing an asynchronous task).</s>
|
| 11 |
+
<s>[INST]What is `batchEventsForArchiving` sub-commands in CDP audit service?[/INST]`batchEventsForArchiving` sub-commands is used to create batches of audit events to be archived. This is an asynchronous operation; use the task ID in the response to get the status of the operation. If automated archiving is configured, then this operation is disabled. NOTE: If an operation is currently in progress, another operation cannot be started.</s>
|
| 12 |
+
<s>[INST]What are the parameters for `batchEventsForArchiving` sub-commands in CDP audit service?[/INST]There're 2 parameters for `batchEventsForArchiving` sub-commands in CDP audit service, they are `fromTimestamp` (The beginning timestamp for the search range, inclusive) and `toTimestamp` (the ending timestamp for the search range, exclusive).</s>
|
| 13 |
+
<s>[INST]What are the required parameters for `batchEventsForArchiving` sub-commands in CDP audit service?[/INST]There're 2 required parameters for `batchEventsForArchiving` sub-commands in CDP audit service, they are `fromTimestamp` and `toTimestamp`.</s>
|
| 14 |
+
<s>[INST]What is the response of `batchEventsForArchiving` sub-commands in CDP audit service?[/INST]The response of `batchEventsForArchiving` sub-commands in CDP audit service has one parameter: `taskId`, it is the ID of the asynchronous task to monitor.</s>
|
| 15 |
+
<s>[INST]What is `listEvents` sub-commands in CDP audit service?[/INST]`listEvents` sub-commands is used to list all audit events recorded in a specified time span, and optionally with a specified request ID and/or event source. it returns all audit log events that have a timestamp within the provided range (start is inclusive, end is exclusive) and, optionally, with the specified request ID and/or event source.</s>
|
| 16 |
+
<s>[INST]What are the parameters for `listEvents` sub-commands in CDP audit service?[/INST]There're many parameters for `listEvents` sub-commands in CDP audit service, they are `fromTimestamp` (The beginning timestamp for the search range, inclusive), `toTimestamp` (the ending timestamp for the search range, exclusive), `pageSize` (the page size), `pageToken` (the page token), `requestId` (The optional request ID. If specified, only events associated with this request ID are returned), `eventSource` (The optional source service. If specified, only events associated with this event source are returned. The source must be the name of a service as enumerated in the CRN definition), `eventName` (The optional event name. If specified, only events with this name are returned), `actorCrn` (The optional actor CRN. If specified, only events with this CRN recorded for the actor identity are returned), `resultCode` (The optional result code. If specified, only events with this result code are returned. Events without a result code are not returned), `resultMessage` (The optional result message. If specified, only events with this result message are returned. Events without a result message are not returned), apiRequestEventCriteria (Optional additional filtering criteria for listing API request audit events), `cdpServiceEventCriteria` (Optional additional filtering criteria for listing CDP service audit events) and `interactiveLoginEventCriteria` (Optional additional filtering criteria for listing interactive login audit events).</s>
|
| 17 |
+
<s>[INST]What are the required parameters for `listEvents` sub-commands in CDP audit service?[/INST]There're 2 required parameters for `listEvents` sub-commands in CDP audit service, they are `fromTimestamp` and `toTimestamp`.</s>
|
| 18 |
+
<s>[INST]What is the response of `listEvents` sub-commands in CDP audit service?[/INST]The response of `listEvents` sub-commands in CDP audit service has a few parameters: `auditEvents` (The audit events that satisfy the query) which is a list of `CdpAuditEvent` object and `nextPageToken` (The page token for requesting the next page of results).</s>
|