일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- index
- keras
- Button
- dataframe
- LSTM
- synology
- pycharm
- Series
- E-P1
- 알고리즘
- SPL
- DFS
- ipad
- mariadb
- imread
- RNN
- Numpy
- GT-S80
- CNN
- Splunk
- install
- pandas
- Lotto
- mean
- 삼성소프트웨어멤버십
- Python
- SciPy
- pip
- javascript
- GitHub
Archives
- Today
- Total
잠토의 잠망경
[Splunk] Comment 붙여보기 본문
SPL 내에서도 주석을 붙여볼 수 있다.
index="mynas_idx01"
| table S_DATE, C_NAME, S_CLOSE `comment("table 내용을 산출중")`
| where C_NAME = "AP위성"
| chart avg(S_CLOSE) by S_DATE `comment("chart 만드는 중")`
아래와 같이 SPL이 동작하는데 영향을 미치지 않는다.

https://answers.splunk.com/answers/48865/add-a-comment-to-a-search.html