Activity Feed
- Got Karma for Re: How do I re-index an indexed S3 bucket?. 06-03-2024 08:49 AM
- Got Karma for Re: Why is Splunk DB Connect 3.0 unable to start Task Server?. 12-14-2023 02:59 PM
- Got Karma for Re: Why is Splunk DB Connect 3.0 unable to start Task Server?. 06-02-2022 06:41 AM
- Got Karma for Re: Why is Splunk DB Connect 3.0 unable to start Task Server?. 02-08-2022 12:16 PM
- Got Karma for Re: How can I use Enterprise Security blocklists with Squid?. 08-02-2021 11:54 AM
- Got Karma for Re: Why is using a timestamp column for the rising column in DB Connect suboptimal?. 05-27-2021 10:13 PM
- Got Karma for Re: Why is using a timestamp column for the rising column in DB Connect suboptimal?. 05-21-2021 02:53 PM
- Got Karma for Why is using a timestamp column for the rising column in DB Connect suboptimal?. 05-21-2021 02:53 PM
- Got Karma for Re: Many new apps in Enterprise Security - can I disable them?. 10-27-2020 06:16 AM
- Karma Re: How to prevent Splunk DB Connect 2 from disabling a database connection if the database goes offline briefly? for sni_splunk. 06-05-2020 12:48 AM
- Karma Re: Sourcetypes with Docker and HTTP Event Collector for rarsan_splunk. 06-05-2020 12:48 AM
- Karma Re: Is it possible to use Splunk DB Connect to search MongoDB? for rdagan_splunk. 06-05-2020 12:48 AM
- Karma Re: More DB Connect timestamp parsing trouble for richgalloway. 06-05-2020 12:48 AM
- Karma Re: Splunk DB Connect 2.3.0: Why do Oracle drivers ojdbc6.jar and ojdbc7.jar not seem to work? for dmacgillivray. 06-05-2020 12:48 AM
- Karma Re: DB Connect is failing with an an exception during verify/save for lweber. 06-05-2020 12:48 AM
- Karma Re: Splunk DB Connect: How to specify authentication for a custom JDBC driver for Hive? for burwell. 06-05-2020 12:48 AM
- Karma Re: Splunk DB Connect 2: How to run Stored Procedures as DB Inputs? for somesoni2. 06-05-2020 12:48 AM
- Karma Re: Prebuilt dashboards for Splunk Add-on for Cisco UCS for rpille_splunk. 06-05-2020 12:48 AM
- Karma Re: Splunk Enterprise Security: How to configure datamodel_summary effectively for performance? for mcronkrite. 06-05-2020 12:48 AM
- Karma Re: Why is copy-truncate a low-quality log-rotation strategy? for jrodman. 06-05-2020 12:48 AM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
0 | |||
2 | |||
2 | |||
6 | |||
0 |
06-23-2017
10:58 AM
Hi,
The same change applies to *LOB fields, only that one was implemented in v2. IIRC v1 would run them through strings to see if something came out... v2 and v3 just throw an error.
... View more
06-22-2017
04:59 PM
Hi,
I apologize, we did change the behavior in v3. The SQL standards have never been very clear about what to do with columns that don't have data in them. Review https://en.wikipedia.org/wiki/Null_(SQL) for more background. DB Connect and Splunk do not render the NULL character, but instead replace it.
In DBX 2.x, a database NULL was transformed to the ASCII string "NULL", which is misleadingly ambiguous. Is this empty, or the last name "Null"? Upon reflection and review of bugs, we settled on the principle that we should not alter customer data any more.
Because database schemas may change and behavior has changed over the evolution of DB Connect, customers should consider using eval or fillnull to ensure that SQL searches are robust.
https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Fillnull
http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Eval
... View more
05-15-2017
05:51 PM
thanks for the help Tyler!
... View more
03-29-2017
10:55 AM
Cool. FWIW, we don't document this yet because it's not stable, as you've found. Glad it worked for you!
... View more
03-24-2017
11:12 AM
hi,
next interval means the next time that it should have run... let's say the input is set to run every 10 minutes and it's started at 12:00 with a bad password.
In DBX2, it would start at 12:00:00, 12:00:10, 12:00:20, 12:00:30, 12:00:40, 12:00:50, 12:01:00, and then self-disable.
In DBX3, it would start at 12:00:00, 12:10:00, 12:20:00, &c, and never self-disable.
... View more
03-20-2017
01:21 PM
DB Connect v3 uses a local HEC to push data into Splunk. Otherwise, this is correct advice. I also suggest the index=_internal logs, perhaps a search for error and port would be helpful.
... View more
03-20-2017
01:20 PM
DB Connect v3 uses a local HEC to push data into Splunk
... View more
03-09-2017
05:28 PM
2 Karma
from 2.1.2 to 2.4.0 should be an in-place upgrade, no migration script necessary. Backing up before changing is absolutely a best practice, of course.
... View more
03-09-2017
05:27 PM
1 Karma
hi,
you need to use the UI to make the output, then call it from the command line.
... View more
03-07-2017
06:36 AM
It uses system time.
... View more
03-03-2017
09:16 AM
http://docs.splunk.com/Documentation/DBX/3.0.1/DeployDBX/Installdatabasedrivers#Supported_databases
... View more
03-03-2017
09:14 AM
1 Karma
Try adding an ORDER BY.
... View more
03-03-2017
09:12 AM
does this help? https://community.oracle.com/thread/3826927
... View more
03-03-2017
09:11 AM
2 Karma
http://docs.splunk.com/Documentation/DBX/3.0.1/DeployDBX/Troubleshooting#DB_Connect_logging
what's the error message?
... View more
02-27-2017
10:04 AM
here's another option: http://docs.splunk.com/Documentation/StreamApp/7.0.1/DeployStreamApp/ConfigureFlowcollector
... View more
02-24-2017
10:03 AM
Hi,
http://docs.splunk.com/Documentation/DBX/3.0.0/ReleaseNotes/Releasenotes the template files included in Splunk Add-on for McAfee, Splunk Add-on for Oracle Database, and Splunk Add-on for Microsoft SQL will not work if copied into DB Connect 3.
It should work if you make a new input and paste the SQL from the docs into that.
... View more
02-23-2017
12:36 PM
Hi,
This is intentional. The documentation under "Choose Column" in http://docs.splunk.com/Documentation/DBX/3.0.0/DeployDBX/Createandmanagedatabaseinputs#Set_parameters covers the current behavior for this feature.
... View more
02-23-2017
12:26 PM
I don't remember the answer for DBX version 1, but DB Connect 3 allows you to update the query without resetting the checkpoint.
... View more
02-23-2017
12:23 PM
The Splunk time selector element allows users to switch from exact time representations (between then and now) and relative time representations (earlier than a week ago). Unfortunately the SQL needed to handle these two types of time is different, so customization of the form to limit available time input formats is advised.
... View more
02-23-2017
12:18 PM
http://docs.splunk.com/Documentation/AddOns/released/Overview/Syslogandtimestamps
and
http://docs.splunk.com/Documentation/DBX/3.0.0/DeployDBX/Troubleshooting#Incorrect_timestamp_behavior
might help as well.
... View more
02-23-2017
10:49 AM
3 Karma
The reason for this error is that you're using the system Python instead of Splunk's Python.
To avoid this issue, follow the directions at http://docs.splunk.com/Documentation/DBX/3.0.0/DeployDBX/MigratefromDBConnectv1#User_permissions
Thanks!
... View more
02-23-2017
10:48 AM
Hi,
There's been a couple of reports of this error when running the Splunk DB Connect 3 migration script:
Traceback (most recent call last):
File "./app_migration.py", line 907, in <module>
check_file_to_be_backuped(installed_apps)
File "./app_migration.py", line 143, in check_file_to_be_backuped
_copy_dir(from_dir, to_dir)
File "./app_migration.py", line 121, in _copy_dir
print("backup directory {} to location {}".format(from_dir, to_dir))
ValueError: zero length field name in format
The reason for this error is that you're using the system Python instead of Splunk's Python.
To avoid this issue, follow the directions at http://docs.splunk.com/Documentation/DBX/3.0.0/DeployDBX/MigratefromDBConnectv1#User_permissions
Thanks!
... View more
02-22-2017
01:10 PM
11 Karma
FINAL SOLUTION WAS TO RESTART SPLUNK
Hi, here's the logging section: http://docs.splunk.com/Documentation/DBX/3.0.0/DeployDBX/Troubleshooting#DB_Connect_logging
If you're not able to figure it out from logs, I'd start by looking for java processes getting launched and the network ports that are getting used.
... View more
02-21-2017
02:31 PM
I'd advise using DB Connect 3 if you're going to use automatic configuration. The different types of inputs are separated into different files, rising column checkpoints are separated into a different location, and SQL parsing is strictly WYSIWYG. One gotcha in 3.0.0 is that you've got to "seed" the rising column file in your script.
... View more
02-20-2017
05:40 PM
because that's supported by default, I would expect it to work out of the box. Try rolling back any customizations?
... View more