Skip to content

Commit

Permalink
Update the sigma_events.csv reference (#3196)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <[email protected]>
Co-authored-by: Janosch <[email protected]>
  • Loading branch information
emmanuel-ferdman and jkppr authored Oct 7, 2024
1 parent 0d7a978 commit 8f261fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/guides/admin/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ See [docs/learn/server-admin](docs/learn/server-admin#troubleshooting-database-s
- Is it a specific file that causes problems?
- What is the WebUI status of the import?
- Try switching from WebUI to the `import_client.py` to upload the same file
- Try to upload one of the [sample files](https://github.com/google/timesketch/blob/master/test_tools/test_events/sigma_events.csv)
- Try to upload one of the [sample files](https://github.com/google/timesketch/blob/master/tests/test_events/sigma_events.csv)
- If you open a Github issue for an import issue, please indicate, what type of file you try to upload and what error message / stacktrace you have

### Issues importing a CSV file
Expand All @@ -71,7 +71,7 @@ See [docs/learn/server-admin](docs/learn/server-admin#troubleshooting-database-s
- Is there an encoding issue in the CSV file
- If you tried to upload via web, try the import client and the other way around
- Check the celery logs
- Try to upload [This sample](https://github.com/google/timesketch/blob/master/test_tools/test_events/sigma_events.csv)
- Try to upload [This sample](https://github.com/google/timesketch/blob/master/tests/test_events/sigma_events.csv)
- If you open a Github issue, provide at least the header of your CSV and a few lines of content (please scramble PII) so it can be reproduced.

### Issues importing Plaso file
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Sigma_test_Notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"metadata": {},
"outputs": [],
"source": [
"url = \"https://raw.githubusercontent.com/google/timesketch/master/test_tools/test_events/sigma_events.csv\" \n",
"url = \"https://raw.githubusercontent.com/google/timesketch/master/tests/test_events/sigma_events.csv\" \n",
"download = requests.get(url).content"
]
},
Expand Down

0 comments on commit 8f261fc

Please sign in to comment.