일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- CNN
- imread
- mean
- Numpy
- Button
- pycharm
- pip
- DFS
- Python
- Series
- ipad
- synology
- SciPy
- RNN
- mariadb
- dataframe
- GitHub
- E-P1
- keras
- Splunk
- 알고리즘
- GT-S80
- index
- Lotto
- install
- pandas
- LSTM
- javascript
- SPL
- 삼성소프트웨어멤버십
Archives
- Today
- Total
잠토의 잠망경
[Splunk] Sort 주의 본문
query의 order by와 유사하지만 주의할 사항이 있다.
제한이 있어서 10,000까지만 정렬되며 이상 넘어가면 data가 사라진다.
모든 것들에 대한 정렬을 원하면 아래를 참고하자.
| Sort xxx `comments("일반적이지만 10000개가 넘어가면 사라짐")`
| Sort - xxx `comments("일반적이지만 10000개가 넘어가면 사라짐")`
| Sort 0 xxx `comments("무제한 정렬")`
https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Sort
sort - Splunk Documentation
Download topic as PDF sort Description The sort command sorts all of the results by the specified fields. Results missing a given field are treated as having the smallest or largest possible value of that field if the order is descending or ascending, resp
docs.splunk.com
Comments