question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to use more than one tagging source

See original GitHub issue

Plaso version:

1.5.0 Release

Operating system Plaso is running on:

XUbuntu 64 bit

Installation method:

Installed from GiFT

Description of problem:

I have been using the nsrlsvr analysis as well as the tagging analysis plugin. Both plugins tag events. After running both analysis plugins, tags from both plugins end up in the event_tag_data files in the dump file.

When outputting formatted data, the tags are retrieved from that dump file. When one event is tagged by both plugins, only one of the tags is exported. I’d like to see both tags in the output.

Source data:

A single tag is set in line 1565 of storage/zip_file.py:

event.tag = self._ReadEventTagByIdentifier(event.store_number, event.store_index, event.uuid)

Apart from the assignment there, _ReadEventTagByIdentifier itself would also need changes. In this function, a tag is retrieved by using event_uuid as a reference. More than one tag could be available with that reference though, so which tag would need to be read by the function is ambiguous.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Onagercommented, Oct 7, 2016

I think this is bug, not an FR - we should be returning both tags.

0reactions
joachimmetzcommented, Aug 20, 2017

Changed tests indicate this currently working as intended: https://codereview.appspot.com/327150043

Read more comments on GitHub >

github_iconTop Results From Across the Web

9 Reasons Why You Can't Tag Someone on Instagram (And ...
1. Tagging People When Instagram Is Down · 2. Tagging With No Internet Connection · 3. Tagging a Private Account · 4. Entering...
Read more >
Manual tagging not creating tags - Adobe Support Community
I'm manually tagging PDF forms, as they have been created so that automatic tagging is out of the question. I ran into problems:...
Read more >
About auto-tagging - Google Ads Help
Auto-tagging is a feature that you need to turn on before you can do the following: Track conversions on your website on all...
Read more >
tag already exists in the remote" error after recreating the git tag
Go to tab Repository -> Tag -> Remove Tag · Select the conflicting tag name · Check Remove tag from all remotes ·...
Read more >
Tagging AWS resources - AWS General Reference
Use a standardized, case-sensitive format for tags, and apply it consistently across all resource types. Consider tag guidelines that support multiple ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found