You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/admin/admin-cli.md
+12-3
Original file line number
Diff line number
Diff line change
@@ -508,17 +508,26 @@ id status created_at user_id
508
508
In some cases, logs present a OpenSearch Index id and it is not easy to find out
509
509
which Sketch that index is related to.
510
510
511
-
Therefore the following command can be used:
511
+
Therefore the following command can be used `tsctl searchindex-info`:
512
+
513
+
Displays detailed information about a specific search index. You can specify the index using either its database ID or its OpenSearch index name.
514
+
The command shows the search index ID and name, and lists all timelines associated with the index, including their IDs, names, and associated sketch IDs and names.
Searchindex: 4c5afdf60c6e49499801368b7f238353 Name: sigma_events found in database.
518
525
Corresponding Timeline id: 3 in Sketch Id: 2
519
526
Corresponding Sketch id: 2 Sketch name: asdasd
520
527
```
521
528
529
+
If neither `searchindex_id` nor `index_name` is provided, an error message is printed. If no matching search index is found, an appropriate message is printed
530
+
522
531
### Timeline status
523
532
524
533
The `tsctl timeline-status`command allows to get or set a timeline status.
0 commit comments