Skip to content
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

dvc field is determined inconsistently across sourcetypes #272

Open
MonkeyKa opened this issue Nov 7, 2022 · 0 comments
Open

dvc field is determined inconsistently across sourcetypes #272

MonkeyKa opened this issue Nov 7, 2022 · 0 comments
Labels

Comments

@MonkeyKa
Copy link

MonkeyKa commented Nov 7, 2022

Describe the bug

Have noticed that for pan:traffic, uses the value in dvc_name for dvc while pan:threat, pan:config, and pan:system use the host field
this creates an inconsistent summary and search experience across logs

Expected behavior

I would expect dvc to be the same for the same device across all sourcetypes

Current behavior

for all sourcetypes other than pan:traffic, an alias is currently being used to alias host to dvc
for pan:traffic, a calculated field is being used to pick the first available between dvc_name and host
coalesce(dvc_name, host)
since dvc_name is part of the standard syslog, that is what is used

some sourcetypes do not have the dvc or dvc_name field.

Possible solution

either alias dvc for all sourcetype to dvc_name or alias them all to host

Steps to reproduce

  1. can visualize the difference in Splunk with "index=pan_logs | dedup sourcetype | table sourcetype dvc dvc_name host|head 10

Context

Some Splunk users who've counted on the dvc field are complaining to me about existing correlation searches not working

Your Environment

  • Version used:
  • Splunk Enterprise Version: 8.2.2
  • Splunk_TA_paloalto | 7.1.0
@MonkeyKa MonkeyKa added the bug label Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant