-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timelines import successfully but no entries are showing up #3084
Comments
Hi @Kamforka , thanks for bringing this to our attention. In general, the number of events (counter) next to the timeline displays how many events are found for your current search. Given you are using a deployment from 2021, this is probably still with the old UI and the behaviour of the counter could have been different back then. Let's check the low hanging fruits first:
|
Hi @jkppr and thanks for the quick reply! No database migration yet as this is a brand new instance without any legacy data. Oh well, searching for I have a couple of weird observations though, first being the datetime values, look like broken. Then I cannot click on any data_types in the left panel as it's showing 0 for some reason. Is that a possible misconfiguration or normal? |
You mentioned above that you are uploading CSV files. Does your CSV entries have a field called |
Hi @jkppr yeah indeed we don't have the I've successfully migrated our deployment to the latest timesketch version with the opensearch backend, and I've imported a timeline today but I still don't know what's causing this As you can see the row's datetime column displays the weird value of Any guesses what can cause this bug? |
I did some research and looks like the past version of timesketch accepted timestamps up to the second precision but now only microsecond precision works. Is this something that can be configured or should I change our timeline generator tool to produce microsecond precision timestamps? |
Describe the bug
I'm deploying a fresh instance of timesketch for local testing. According to the service logs everything is running as expected.
Then I create a sketch and import a timeline csv. The upload is successful, the import is successful, but no entries show up in the timeline UI and the timeline's badge shows 0 entries. However when I check the data sources information of the timeline it correctly displays the number of entries originally contained in the csv:
It's happening everytime with all the sketches and with all the timeline files, let them be small or large.
Can you please help me figure out what I'm doing wrong? We have an older deployment (from 2021) which is working perfectly fine, and now I'm migrating to the latest version but for some reason I cannot make a fresh deployment work even with the simplest setup.
Expected behavior
After the successful upload and import the timeline entries should show up.
Desktop (please complete the following information):
Deployment information:
The text was updated successfully, but these errors were encountered: