All Apps and Add-ons

creating index under the main

Hindoo
Path Finder

I want to hold the logs arriving by source

Tags (1)
0 Karma
1 Solution

stephane_cyrill
Builder

Hi,
If you know where to find the log or where the logs are stored, you can create a summary index with a well build request that fetch arriving log event by source and place then in a dedicared index that you can create.

To create summary indexing in splunk web(with splunk 6.2) go to Setting--->Search,alert,report--->add new.

View solution in original post

0 Karma

NOUMSSI
Builder

Hi,
By default, some logs are in index _internal. so you can send logs that you want in another index.
To do that, you must know the source of the logs that you want to send and you must create the index that will receive those logs.
If you have all ready done that, run this search:

index=_internal source=the_source_of_your_logs |collect index=new_index

You can create an alert that will run this search during a given periode

0 Karma

NOUMSSI
Builder

Hi,

when you create your summary indexing use this search code:

index=_internal source=the_source_of_your_logs |table status log_level ...
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Could you elaborate on your actual question?

stephane_cyrill
Builder

Hi,
If you know where to find the log or where the logs are stored, you can create a summary index with a well build request that fetch arriving log event by source and place then in a dedicared index that you can create.

To create summary indexing in splunk web(with splunk 6.2) go to Setting--->Search,alert,report--->add new.

0 Karma

Hindoo
Path Finder

Hello
Thanks a lot. It helped me..
But what we wrote in the search and search name fields

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

What are you actually trying to do?

0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.0.2 Availability: On cloud and On-premise!

A few months ago, we released Splunk Enterprise Security 8.0 for our cloud customers. Today, we are excited to ...

Logs to Metrics

Logs and Metrics Logs are generally unstructured text or structured events emitted by applications and written ...

Developer Spotlight with Paul Stout

Welcome to our very first developer spotlight release series where we'll feature some awesome Splunk ...