일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- keras
- E-P1
- pandas
- 삼성소프트웨어멤버십
- 알고리즘
- index
- Button
- RNN
- SciPy
- ipad
- GitHub
- Numpy
- imread
- install
- Splunk
- mean
- SPL
- Series
- dataframe
- LSTM
- GT-S80
- javascript
- pip
- CNN
- DFS
- pycharm
- Python
- Lotto
- synology
- mariadb
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
Comments