# Log Requests via Zendesk

### &#x20;Log Requests via Zendesk (Inspection / Review / Extraction)&#x20;

#### Purpose&#x20;

Provide a formal, traceable, and auditable process for log requests. Zendesk is the system of record for intake, approval, execution, and evidence.&#x20;

#### System of Record&#x20;

* Submit requests to: <island@island.is> (creates a Zendesk ticket)&#x20;
* Tickets are routed to a restricted Log Review group&#x20;
* Access: CISO and CTO (and explicitly approved delegates only)&#x20;
* Slack is not an official channel (content can be changed/deleted). Slack may be used only for coordination; decisions/results must be recorded in the ticket.&#x20;

#### Definitions&#x20;

* Log inspection: Confirm if something happened (yes/no, counts, timestamps).&#x20;
* Log review: Analyze events and timeline (explain what happened and why).&#x20;
* Log extraction: Export/share log data (highest risk; requires explicit approval).&#x20;

#### Roles&#x20;

* Requester: Submits request with required details.&#x20;
* Approver (CISO/CTO): Approves/rejects and sets scope/conditions.&#x20;
* Executor (DevOps Engineering / Security): Performs log work and documents actions/results in the ticket.&#x20;
* Ticket Owner: Ensures completeness, tracks progress, ensures approvals and closure notes.&#x20;

#### Request Requirements (must include)&#x20;

* Request type: inspection / review / extraction&#x20;
* Reason / justification&#x20;
* System(s) in scope&#x20;
* Time window (start/end + timezone)&#x20;
* Identifiers (if relevant): request/correlation ID, session ID, user ID, IP, certificate serial, etc.&#x20;
* Requested output (summary, timeline, redacted snippet, export)&#x20;
* Sensitivity (personal data / secrets possible?)&#x20;
* Deadline / urgency&#x20;

If key info is missing, the Ticket Owner requests clarification in the ticket before work begins.&#x20;

#### Approval Rules (CISO/CTO)&#x20;

Approval is required before execution when:&#x20;

* The request involves log extraction/export&#x20;
* Logs may contain personal/sensitive data (including audit logs)&#x20;
* The request relates to security incidents, suspected abuse, fraud, insider concerns&#x20;
* The requester/executor is a solution partner/external team&#x20;
* The scope is broad (e.g., > 7 days, multiple systems)&#x20;

Approvals must be recorded in Zendesk as Approved / Approved with conditions / Rejected.&#x20;

#### Execution Workflow&#x20;

1. Intake: Email to <island@island.is> → Zendesk ticket in restricted group&#x20;
2. Triage: Ticket Owner validates scope/priority and determines if approval is required&#x20;
3. Approve: CISO/CTO approves and defines constraints (scope, timeframe, allowed output)&#x20;
4. Assign (“Tagging”): CISO/CTO tags named individuals or the DevOps group to execute&#x20;
5. Execute: Executor performs log work and records:&#x20;
6. systems accessed, timeframe, query/filters (as appropriate)&#x20;
7. findings summary and limitations (e.g., retention gaps)&#x20;
8. Evidence & Response: Evidence is attached or securely linked; response posted in ticket&#x20;
9. Close: Ticket closed with closure notes (who approved/executed, what was shared, where evidence is stored, completion date)&#x20;

#### Data Handling Rules&#x20;

* Only the restricted group may access these tickets.&#x20;
* Minimize exposure: share only what is necessary to answer the request.&#x20;
* Never share: secrets/tokens/private keys, full auth material, unnecessary personal data.&#x20;
* Raw log exports are only allowed when explicitly approved and necessary.&#x20;
* When personal data is involved, document the lawful basis/justification briefly in the ticket.&#x20;

#### Email Template (Requester)&#x20;

To: <island@island.is> \
Subject: Log Request — \[System] — \[Time window]&#x20;

* Type (inspection/review/extraction):&#x20;
* Reason/justification:&#x20;
* System(s):&#x20;
* Time window (timezone):&#x20;
* Identifiers:&#x20;
* Requested output:&#x20;
* Sensitivity (personal data/secrets possible?):&#x20;
* Deadline/urgency:&#x20;
* Contact person:&#x20;

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devland.is/technical-overview/log-management-policy/log-requests-via-zendesk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
