> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/data-onboarding/supported-logs/tines.md).

# Tines 로그

## 개요

Panther는 가져올 수 있습니다 [Tines](https://www.tines.com/) 다음을 쿼리하여 로그를 [Tines API](https://www.tines.com/api). 구체적으로 Panther는 다음을 쿼리하여 Tines Audit 로그를 가져옵니다 [감사 로그 API](https://www.tines.com/api/audit-logs).

Panther에서 Tines를 로그 소스로 설정하려면, Panther가 Tines 인스턴스에 액세스하는 데 사용할 수 있는 Tines API 키를 생성한 다음 Panther에서 Tines를 로그 소스로 설정해야 합니다.

## Tines 로그를 Panther에 온보딩하는 방법

### 1단계: Tines API 키 생성

1. 다음을 따르세요: [API 키를 만드는 방법에 대한 Tines의 안내](https://www.tines.com/api/authentication).
2. API 키를 복사하여 안전한 위치에 저장하세요. Panther에서 로그 소스를 생성할 때 필요합니다.

### 2단계: Panther에 새 Tines 소스 생성

1. Panther Console의 왼쪽 탐색 모음에서 **로그 소스**.
2. 클릭합니다 **새로 만들기.**
3. 선택 **Tines** 사용 가능한 로그 소스 목록에서. 다음을 클릭합니다: **소스 설정 시작**.
4. 다음 화면에서 소스의 설명적 이름을 입력하세요. 예: `내 Tines 감사 로그`.
5. 클릭합니다 **설정.**
6. 다음 페이지에서 **자격 증명 설정** 페이지에서 양식을 작성하세요:
   * **Tines 도메인**: Tines 테넌트 도메인을 입력하세요.  [Tines 문서에서는 다음을 설명합니다](https://www.tines.com/docs/quickstart/signing-in), Tines의 클라우드 배포는 다음 중 하나와 유사한 도메인을 갖습니다 `adjective-noun-1234.tines.io` 또는 `adjective-noun-1234.tines.com`
   * **API 키**: 이 문서의 이전 단계에서 생성한 Tines API 키를 입력하세요.
7. 클릭합니다 **설정**. 성공 화면으로 이동됩니다:\\

   <figure><img src="/files/e0820e5acb9452e294cfe3ba72060f0fbbfd3b32" alt="The success screen reads, &#x22;Everything looks good! Panther will now automatically pull &#x26; process logs from your account&#x22;" width="281"><figcaption></figcaption></figure>

   * 선택적으로 하나 이상의 [디택션 팩](https://docs.panther.com/detections/panther-managed/packs).
   * 다음 **이벤트가 처리되지 않으면 알러트를 발생시키기** 설정의 기본값은 **예**. 일정 시간이 지난 후 로그 소스에서 데이터 흐름이 멈추면 알러트를 받게 되므로 이 설정을 활성화한 상태로 두는 것을 권장합니다. 이 시간 범위는 구성 가능하며 기본값은 24시간입니다.\\

     <figure><img src="/files/7db146cd7acee3d0704a4a8b2157f230cfa22168" alt="The &#x22;Trigger an alert when no events are processed&#x22; toggle is set to YES. The &#x22;How long should Panther wait before it sends you an alert that no events have been processed&#x22; setting is set to 1 Day" width="320"><figcaption></figcaption></figure>

## Panther가 관리하는 디택션

참고 [Panther가 관리하는](https://docs.panther.com/detections/panther-managed) 다음의 Tines 규칙 [panther-analysis GitHub 저장소](https://github.com/panther-labs/panther-analysis/tree/master/rules/tines_rules).

## 지원되는 로그 유형

### Tines.Audit

이는 Tines 테넌트의 이벤트 감사 로그입니다. 자세한 내용은 다음을 참조하세요: [Tines 감사 로그 문서](https://www.tines.com/api/audit-logs).

```yaml
schema: Tines.Audit
description: Tines 감사 로그 API에서 가져온 감사 로그
referenceURL: https://www.tines.com/api/audit-logs
필드:
  - 이름: created_at
    필수: true
    description: 감사 로그가 생성된 날짜/시간.
    유형: timestamp
    시간 형식:
      - rfc3339
    이벤트 시간 여부: true
  - 이름: id
    description: 감사 로그의 ID.
    유형: int
  - name: inputs
    description: 작업에 전달된 JSON 입력값.
    유형: json
  - name: operation_name
    필수: true
    description: 작업의 이름.
    유형: string
  - name: request_ip
    필수: true
    description: 작업이 시작된 IP 주소.
    유형: string
    지표:
      - ip
  - name: request_user_agent
    description: 작업이 시작될 때 사용된 사용자 에이전트.
    유형: string
  - name: tenant_id
    필수: true
    description: 작업이 트리거된 테넌트의 ID.
    유형: string
  - name: user_email
    description: 작업을 트리거한 사용자의 이메일.
    유형: string
    지표:
      - email
  - 이름: user_id
    필수: true
    description: 작업을 트리거한 사용자의 ID.
    유형: string
  - name: user_name
    description: 작업을 트리거한 사용자의 이름.
    유형: string
    지표:
      - username
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.panther.com/ko/data-onboarding/supported-logs/tines.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
