Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit c36ae9d

Browse files
Merge pull request #204 from guilhemmarchand/testing
Version 1.2.18
2 parents 894accf + d40335c commit c36ae9d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+685
-87
lines changed

docs/elastic_sources_unit_tests.csv

+12-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@ Order,Item,LastTested,Type,Instructions
33
2,Create tstats based Elastic Source Dedicated,,UI,"Via the UI, create a new dedicated Elastic source: tstats based Elastic source *** constraint: index=* sourcetype=pan:traffic | name: Elastic:tstats:shared | index: network | sourcetype: pan:traffic ***. Creation needs to be successful and a new data source created in the UI"
44
3,Create raw based Elastic Source Shared,,UI,"Via the UI, create a new shared Elastic source: raw based Elastic source *** constraint: index=* sourcetype=pan:traffic | name: Elastic:raw:shared | index: network | sourcetype: pan:traffic ***. Creation needs to be successful and a new data source created in the UI"
55
4,Create raw based Elastic Source Dedicated,,UI,"Via the UI, create a new dedicated Elastic source: raw based Elastic source *** constraint: index=* sourcetype=pan:traffic | name: Elastic:raw:shared | index: network | sourcetype: pan:traffic ***. Creation needs to be successful and a new data source created in the UI"
6-
5,Create from based Elastic Source Shared,,UI,"Via the UI, create a new shared Elastic source: from based Elastic source *** constraint: datamodel:Authentication | search user=* | name: Elastic:from:shared | index: security | sourcetype: authentication ***. Creation needs to be successful and a new data source created in the UI"
7-
6,Create from based Elastic Source Shared,,UI,"Via the UI, create a new shared Elastic source: from based Elastic source *** constraint: datamodel:Authentication | search user=* | name: Elastic:from:shared | index: security | sourcetype: authentication ***. Creation needs to be successful and a new data source created in the UI"
8-
7,Create mstats based Elastic Source Shared,,UI,"Via the UI, create a new shared Elastic source: mstats based Elastic source *** constraint: index=telegraf metric_category=docker | name: Elastic:mstats:shared | index: telegraf | sourcetype: metrics ***. Creation needs to be successful and a new data source created in the UI"
9-
8,Create mstats based Elastic Source Dedicated,,UI,"Via the UI, create a new dedicated Elastic source: mstats based Elastic source *** constraint: index=telegraf metric_category=docker | name: Elastic:mstats:shared | index: telegraf | sourcetype: metrics ***. Creation needs to be successful and a new data source created in the UI"
10-
9,Verify Search feature,,UI,"For Elastic Sources, the Search btn when hit generates a Splunk SPL search that is dynamicall built, for each of the Elastic Sources previously created, make sure the search works as expected"
6+
5,Create from datamodel based Elastic Source Shared,,UI,"Via the UI, create a new shared Elastic source: from based Elastic source *** constraint: datamodel:Authentication | search user=* | name: Elastic:from:shared | index: security | sourcetype: authentication ***. Creation needs to be successful and a new data source created in the UI"
7+
6,Create from datamodel based Elastic Source Dedicated,,UI,"Via the UI, create a new dedicated Elastic source: from based Elastic source *** constraint: datamodel:Authentication | search user=* | name: Elastic:from:shared | index: security | sourcetype: authentication ***. Creation needs to be successful and a new data source created in the UI"
8+
7,Create from lookup based Elastic Source Shared,,UI,"Create a lookup with a time concept, via the UI Via the UI, create a new shared Elastic source: from based Elastic source *** constraint: lookup:acme_cmdb_lookup.csv | eval _time=strftime(lookupLastUpdated, ""%s"") | name: Elastic:from:lookup:shared | index: security | sourcetype: authentication ***. Creation needs to be successful and a new data source created in the UI"
9+
8,Create from lookup based Elastic Source Dedicated,,UI,"Create a lookup with a time concept, via the UI Via the UI, create a new shared Elastic source: from based Elastic source *** constraint: lookup:acme_cmdb_lookup.csv | eval _time=strftime(lookupLastUpdated, ""%s"") | name: Elastic:from:lookup:dedicated | index: security | sourcetype: authentication ***. Creation needs to be successful and a new data source created in the UI"
10+
9,Create mstats based Elastic Source Shared,,UI,"Via the UI, create a new shared Elastic source: mstats based Elastic source *** constraint: index=telegraf metric_category=docker | name: Elastic:mstats:shared | index: telegraf | sourcetype: metrics ***. Creation needs to be successful and a new data source created in the UI"
11+
10,Create mstats based Elastic Source Dedicated,,UI,"Via the UI, create a new dedicated Elastic source: mstats based Elastic source *** constraint: index=telegraf metric_category=docker | name: Elastic:mstats:shared | index: telegraf | sourcetype: metrics ***. Creation needs to be successful and a new data source created in the UI"
12+
11,Create rest tstats based Elastic Source,,UI,"Via the UI, create a new shared Elastic source: rest tstats based Elastic source *** constraint: index=* sourcetype=pan:traffic | name: Elastic:rest:tstats:shared | index: network | sourcetype: pan:traffic ***. Creation needs to be successful and a new data source created in the UI"
13+
12,Create rest raw based Elastic Source,,UI,"Via the UI, create a new shared Elastic source: rest raw based Elastic source *** constraint: index=* sourcetype=pan:traffic | name: Elastic:rest:raw:shared | index: network | sourcetype: pan:traffic ***. Creation needs to be successful and a new data source created in the UI"
14+
13,Create rest from datamodel based Elastic Source,,UI,"Via the UI, create a new shared Elastic source: rest from based Elastic source *** constraint: datamodel:Authentication | search user=* | name: Elastic:rest:from:shared | index: security | sourcetype: authentication ***. Creation needs to be successful and a new data source created in the UI"
15+
13,Create rest from lookup based Elastic Source,,UI,"Create a lookup with a time concept, via the UI Via the UI, create a new shared Elastic source: from based Elastic source *** constraint: lookup:acme_cmdb_lookup.csv | eval _time=strftime(lookupLastUpdated, ""%s"") | name: Elastic:rest:from:lookup:dedicated | index: security | sourcetype: authentication ***. Creation needs to be successful and a new data source created in the UI"
16+
14,Create rest mstats based Elastic Source,,UI,"Via the UI, create a new shared Elastic source: rest mstats based Elastic source *** constraint: index=telegraf metric_category=docker | name: Elastic:rest:mstats:shared | index: telegraf | sourcetype: metrics ***. Creation needs to be successful and a new data source created in the UI"
17+
15,Verify Search feature,,UI,"For Elastic Sources, the Search btn when hit generates a Splunk SPL search that is dynamicall built, for each of the Elastic Sources previously created, make sure the search works as expected"

docs/img/ack4.png

-14.9 KB
Loading

docs/img/allowlist_and_blocklist.png

-70.5 KB
Loading

docs/img/allowlisting.png

-51.5 KB
Loading

docs/img/blocklist_example.png

-60.1 KB
Loading

docs/img/delete3.png

-25.7 KB
Loading
142 KB
Loading
206 KB
Loading
280 KB
Loading
279 KB
Loading
256 KB
Loading
Loading
Loading
212 KB
Loading
360 KB
Loading
192 KB
Loading

docs/img/first_steps/img004.png

-17.8 KB
Loading

docs/img/first_steps/img005.png

-16.6 KB
Loading

docs/img/first_steps/img006.png

-11.8 KB
Loading

docs/img/first_steps/img008.png

-10.6 KB
Loading

docs/img/first_steps/img028.png

95.9 KB
Loading

docs/img/first_steps/img034.png

-5.14 KB
Loading

docs/img/first_steps/img038.png

-39.9 KB
Loading

docs/img/first_steps/img041.png

-30.8 KB
Loading

docs/img/first_steps/img043.png

-33.9 KB
Loading

docs/img/reset1.png

-48.4 KB
Loading

docs/img/week_days1.png

-17.6 KB
Loading

docs/img/week_days2.png

-37.2 KB
Loading

docs/releasenotes.rst

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Release notes
22
#############
33

4+
Version 1.2.28
5+
==============
6+
7+
**CAUTION:**
8+
9+
This is a new main release branch, TrackMe 1.2.x requires the deployment of the following dependencies:
10+
11+
- Semicircle Donut Chart Viz, Splunk Base: https://splunkbase.splunk.com/app/4378
12+
- Splunk Machine Learning Toolkit, Splunk Base: https://splunkbase.splunk.com/app/2890
13+
- Splunk Timeline - Custom Visualization, Splunk Base: https://splunkbase.splunk.com/app/3120
14+
15+
TrackMe requires a summary index (defaults to trackme_summary) and a metric index (defaults to trackme_metrics):
16+
https://trackme.readthedocs.io/en/latest/configuration.html
17+
18+
- Feature Issue #201 - Elastic Sources - Support for lookup tracking with from commands
19+
- Feature Issue #202 - Elastic Sources - Support for remote searches using rest
20+
- Fix Issue #203 - Provides a macro based definition for first level span of Metrics trackers
21+
- Change: Upgrade of splunklib Python SDK to latest release 1.6.14
22+
423
Version 1.2.27
524
==============
625

0 commit comments

Comments
 (0)