Good morning,
Following the above example I was able to write to my Oracle database, into the test table: dbx, using command:
index=_internal | dedup source sourcetype | head 5 | table source sourcetype | dboutput type=insert database=Certlab_DMZViewer1 table=dbx source sourcetype
But I would like to specify different tables within the same Oracle schema, and insert into these based on the dboutput.conf.spec [ ] value. My understanding after looking at the spec, is that I can created different [ ] sections, each tied to different ables. So I updated my dboutput.conf to include:
[test_dbx_insert]
database=Certlab_DMZViewer1
table=dbx
mode=insert
fields=source,sourcetype
sql
advanced=false
But My question is: how do I reference the 'test_dbx_insert' when calling the command: dboutput from the search web gui? I do not see how to reference the specific name section in that command. Advice appreciated.
Thanks,
M
... View more