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