> For the complete documentation index, see [llms.txt](https://elastic-korea.gitbook.io/elastic-reference-box/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elastic-korea.gitbook.io/elastic-reference-box/machine-learning/tech-tips.md).

# Tech Tips

{% tabs %}
{% tab title="머신러닝" %}
I [머신러닝으로 시스템의 이상 징후를 자동으로 파악하기](https://blog.naver.com/olpaemi/221068922550)

I [모든 로그들을 패턴 분류해서 비정상적인(Abnormal) 패턴이 있으면 자동으로 식별하기 ](https://m.blog.naver.com/PostView.nhn?blogId=olpaemi\&logNo=222022208742\&targetKeyword=\&targetRecommendationCode=1)\
\
I [DGA Activity를 탐지하는 지도 학습 모델 만들기](https://blog.naver.com/olpaemi/222014409955)

I[ AWS CloudTrail 로그에서 클라우드 보안 위협을 탐지하는 실사례 분석](https://blog.naver.com/olpaemi/222275320054)

I [집계(Aggregation)된 데이터를 머신러닝에서 학습시켜서 다양한 이상패턴(Anomaly)을 발견하는 방법](https://blog.naver.com/olpaemi/221988236867)

I[ 엘라스틱서치의 인덱스를 분석에 적합한 피벗 테이블로 만들기 (1)](https://blog.naver.com/olpaemi/221634955864)\
I [엘라스틱서치의 인덱스를 분석에 적합한 피벗 테이블로 만들기 (2)](https://blog.naver.com/olpaemi/221635737975)
{% endtab %}
{% endtabs %}

<br>


---

# 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:

```
GET https://elastic-korea.gitbook.io/elastic-reference-box/machine-learning/tech-tips.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.
