일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 알고리즘
- pycharm
- Numpy
- mean
- SciPy
- javascript
- Splunk
- keras
- mariadb
- ipad
- pip
- CNN
- imread
- dataframe
- Lotto
- E-P1
- index
- install
- synology
- RNN
- SPL
- pandas
- GitHub
- LSTM
- GT-S80
- DFS
- Python
- Series
- 삼성소프트웨어멤버십
- Button
Archives
- Today
- Total
목록makeresults (1)
잠토의 잠망경
[Splunk] 새로운 row 추가 후 일부 변경
1. 새로운 값들을 추가하고 일부를 변경 | makeresults | eval col1="a", col2="10,11,22" | append [| makeresults | eval col1="b", col2="1"] | appendpipe [| makeresults | stats first(col1) as col1, first(col2) as col2 | eval col1="test"] | table col1, col2 2. 다음과 같다.
공부/Splunk
2020. 4. 16. 20:29