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

App not populating #17

Open
blackhawk001 opened this issue Jan 23, 2017 · 16 comments
Open

App not populating #17

blackhawk001 opened this issue Jan 23, 2017 · 16 comments
Assignees
Labels

Comments

@blackhawk001
Copy link

Hi,

I have installed the app on a SHC. The installation and configuration instructions have been followed but the app is not populating and results in an error:

image

image

  • None of the areas are being populated. Please help resolve this issue.
@doksu doksu self-assigned this Jan 24, 2017
@doksu doksu added the question label Jan 24, 2017
@doksu
Copy link
Owner

doksu commented Jan 24, 2017

Have you done anything outside of the instructions? Is the SHC running ES?

@blackhawk001
Copy link
Author

blackhawk001 commented Jan 24, 2017 via email

@doksu
Copy link
Owner

doksu commented Jan 31, 2017

Apologies for the delay. Are you still experiencing issues? Could you please provide more detail? Which version of Splunk are you running? Have you created a local app import regex in ES to accommodate TA_ named apps? If you're on slack, please message me (trustedsubject) to setup a conference call.

@doksu
Copy link
Owner

doksu commented Jan 31, 2017

Here's the app import regex for SplunkEnterpriseSecuritySuite/local/inputs.conf:

[app_imports_update://update_es]
disabled = 0
app_regex = (appsbrowser)|(search)|([ST]A[-].*)|(Splunk[ST]A_.)|(DA-ESS-.)|(Splunk_DA-ESS_.*)

@doksu
Copy link
Owner

doksu commented Feb 1, 2017

@blackhawk001
Copy link
Author

blackhawk001 commented Feb 1, 2017 via email

@doksu
Copy link
Owner

doksu commented Feb 2, 2017

The 'TA Status' pane on the 'Help' dashboard displays 'Working' if the TA is installed (this is determined by using the REST API). If other panes are saying they can't find the Auditd datamodel (which resides in the TA), I strongly suspect a metadata issue caused by ES' app import regex not accommodating the underscore TA naming convention used by the Linux Auditd's technology add-on.

Would you mind sending me the app import stanzas from $SPLUNK_HOME/etc/app/SplunkEnterpriseSecuritySuite/local/inputs.conf on one of the SHC nodes?

@blackhawk001
Copy link
Author

blackhawk001 commented Feb 2, 2017 via email

@doksu
Copy link
Owner

doksu commented Feb 2, 2017

I've updated the app's contact details here: https://github.com/doksu/splunk_auditd/wiki#support. Feel free to send me an e-mail (PGP encrypted if necessary) so we can have a chat in private.

@warrenmfrancis
Copy link

I know it is incredibly late but could i perhaps have some help ? We are having this issue too! @doksu

@doksu
Copy link
Owner

doksu commented Nov 10, 2019

@warrenmfrancis, what issue is it that you're having? Please provide details.

@warrenmfrancis
Copy link

@doksu thank you very much for the reply! We are having the "no results found" issue yet the TA is listed as "working"

I am a bit of a splunk noob and would appreciate any help. Thanks in advance!

@doksu
Copy link
Owner

doksu commented Nov 19, 2019

@warrenmfrancis, has the configuration (population of the lookups, etc.) been completed as per the documentation?

@warrenmfrancis
Copy link

@doksu was this the following commands:

awk -F ':' 'BEGIN {print "uid,user"} {print $3","$1}' /etc/passwd > /opt/splunk/etc/apps/TA-linux_auditd/lookups/local_posix_identities.csv

| ldapsearch search="(&(objectclass=user)(uidNumber=*))" attrs="sAMAccountName,uidNumber" | rename sAMAccountName as user, uidNumber as uid | table uid user | outputlookup directory_posix_identities

@eljefe-3
Copy link

For some reason, the app is not finding my index which has all of my audit logs stored. I am using syslog-ng to send logs to splunk not sure if that would make a difference.

@doksu
Copy link
Owner

doksu commented Dec 16, 2020

@eljefe-3 that's almost certainly because the events don't have the correct sourcetype.

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

4 participants