streamfwd.conf
The following is the spec file for streamfwd.conf.
streamfwd.conf.spec
[streamfwd] * This is currently the only supported stanza for this spec file. * All streamfwd.conf settings are incorporated under this single stanza. clientIpSslHashBytes = <integer> * Defines number of client IP octets to use for SSL processor thread hash algorithm. (min value = 0; max value = 4) * Applies only if you have _disabled_ useGlobalSSLSessionKeyCache duplicatePacketWindow = <integer> * Defines number of packets cached in memory (using a rolling window) to detect duplicate packets. * Set this to a value greater than zero to enable automatic deduplication of network packets. Default value is 0. hideCreditCardNumbers = <boolean> * Masks credit card numbers. Set to false to show all credit card numbers. mapSslServers = <boolean> * Set to false to disable automatic caching of SSL server certificates to corresponding servers's IP addresses. Default is set to true. maxEventQueueSize = <integer> * Defines maximum number of events queued for delivery to Splunk via modinput. Default value is set to 10000. maxFilesSizeToExtract = <integer> * Defines maximum total size in bytes of content or attachment files extracted. Default value is set to 104857600 Bytes(100 MB) maxFieldSize = <bytes> * Defines maximum size of content field. Default value is set to 10240 Bytes maxPacketQueueSize = <integer> * Defines maximum size for each processing thread's packet queue. Default value is set to 262144. maxTcpReassemblyPacketCount = <integer> * Defines maximum number of TCP packets in reassembly queue per processing thread. Default value is set to 500000. maxTcpSessionCount = <integer> * Defines maximum number of concurrent TCP/UDP flows per processing thread. * Deprecated - use maxFlows instead. maxFlows = <integer> * Defines maximum number of concurrent flows per processing thread. Default value is set to 50000. This includes all the flows - Tcp, Udp pcapBufferSize = <bytes> * Defines buffer size for each network device. Increase the number of bytes if you see dropped packets. Default value is set to 33554432. pingInterval = <seconds> * Modifies the interval for pinging Stream App from Stream Forwarder. Default value is set to 5 seconds. processingThreads = <integer> * Defines number of threads to use for processing network traffic. Default value is set to 2. * This setting is not applicable for netflow/sflow processing. See netflowReceiver.<N>.decodingThreads for setting number of threads for netflow processing. sessionKeyTimeout = <seconds> * Indicates idle time before SSL session keys expire. Default value is set to 3600 seconds tcpConnectionTimeout = <seconds> * Indicates idle time before TCP/UDP flows expire. * Deprecated use tcpFlowTimeout instead tcpFlowTimeout = <seconds> * Indicates idle time before TCP flows expire. Default value is 180 seconds udpFlowTimeout = <seconds> * Indicates idle time before UDP flows expire. Default value is 10 seconds arpFlowTimeout = <seconds> * Indicates idle time before ARP flows expire. Default value is 10 seconds ipFlowTimeout = <seconds> * Indicates idle time before IP flows expire. Default value is 10 seconds useGlobalSSLSessionKeyCache = <boolean> * Enables sharing of SSL cache across processing threads. Set to true to share. Default value is true. usePacketMemoryPool = <boolean> * When set to true, Stream Forwarder uses a pool allocator to allot memory for storing network packets. * Because the pool allocator does not release unused memory back to the operating system, setting this parameter to true may result in high memory usage. * Set to true only when Splunk App for Stream is running on a dedicated capture server that processes large traffic volumes. dedicatedCaptureMode = <boolean> * Whether to run stream forwarder in dedicated capture mode mode. If set to true, stream forwarder will use DPDK for network packet capture. * Default value is set to false and will use libpcap for network packet capture. uioDriverModuleName = <string> * When Stream Forwarder is run in dedicated capture mode, use this parameter to specify the UIO driver to bind the NIC to. * Default behavior is to bind NIC to UIO driver uio_pci_generic * e.g. uioDriverModuleName = vfio-pci OR uioDriverModuleName = igb_uio useSystemCallForTime = <boolean> * When Stream Forwarder is run in dedicated capture mode, whether to time stamp packets using system call. * Default behavior is to use DPDK functions to time stamp packets. To use system call for time stamping packets, set this attribute to true. * Default value false configTemplateName = <value> * Indicates the product template to use. <value> is the valid name of an installed product template (e.g. es, itsi). indexer.<N>.uri = <value> * When Stream Forwarder is run in Independent Agent mode with product template configuration, use this parameter to specify the location of Splunk indexers where you want to send Stream Forwarder * generated events. <value> is a valid URI pointing to a Splunk indexer. * By default, Stream Forwarder run in Independent Agent mode will get the indexer URLs and HEC tokens from stream app. * This setting can be used to override the values from Stream App. httpEventCollectorToken = <value> * Specify HTTP Event Collector token value to use. * By default, Stream Forwarder run in Independent Agent mode will get the indexer URLs and HEC token from Stream App. * Use this setting to override the token value from Stream App. httpRequestSenderConnections = <value> * Specify the number of connections to use when connecting to the HEC endpoints. Default value is set to 10. httpRequestSenderThreads = <value> * Specify the number of threads to use to send data over to the HEC endpoints. Default value is set to 1. analyzeRawSSL = <value> * Whether to send SSL packet for Deep Packet Inspection. This will assist in determining "app" type for SSL sessions. Default value is set to true. creditCardNumbersMask = <value> * Character to use to mask credit card numbers. Default value is 'X'. creditCardNumbersRegex = <value> * Regex for detecting cedit card numbers. httpEventCollectorChannelID = <value> * HTTP Event Collector Channel ID parameter. When HTTP Event Collector Indexer Acknowledgement is enabled, use this parameter to specify the channel ID for Stream events sent by this Stream Forwarder * Not used ipAddr = <value> * Default is set to localhost. This is the ip address to access stream forwarder's internal stats and configurations. port = <value> * Override default port by specifying the value here. Default port is 8889. This is the port to access stream forwarder's internal stats and configurations. sslKey = <value> * Specify the ssl private key to use for ipAddr. logConfig = <value> * Specify the log configuration file name. Default value is streamfwdlog.conf maxEventAttributes = <value> * Specify maximum event attribute count. Default value is 1000. * If it exceeds this value, stream forwarder will log a WARN message "Maximum event attribute count reached for flow" packetBatchSize = <value> * Specify the packet queue size to use for each packet processing thread. Max vlaue allowed is 10240 and default is set to 10240. fileServerMountPoint = <value> * Mount point of a file server to save packets into PCAP files for targeted packet capture. This setting is also used for saving files that have been extracted while being transferred over the network. * If this value is left blank, then the files will not be saved. fileServerId = <value> * File server id is used to uniquely identify the file server. * This value needs to match the file server id set in the search head configuration. * If this value does not match with the value set in search head configuration, then the user will not be able to download the file using event flow action. authToken = <value> * If Stream App has set an AuthToken, specify that auth token here. This will be used when connecting to Stream App. maxFlowPacketsToCache = <integer> * Maximum number of packets per flow to be cached and saved into PCAP files for targeted packet capture. * If the packet cache reaches this limit, then the earlier packets will be discarded to maintain this cache limit. This setting helps in managing the memory usage for targeted packet capture. * Higher value of this setting, will result in more memory usage. * Default is 50. packetSenderQueueSize = <integer> * Defines number of files to be saved to the file server. If this queue gets full, then overflow of files will be discarded until there is space available to add a new file. * Slow throughput to the file server could result in this queue getting full quickly. * Default is 100000. vxlanPorts = <integer> * Comma separated list of port numbers to detect vxlan traffic. Default behavior recognizes only traffic over port number 4789 as vxlan. * e.g. vxlanPorts = 8472,5000 ############################################################################################################################## # streamfwdcapture # # By default, streamfwd listens for traffic on all available network interfaces. # Using the streamfwdcapture parameter you can restrict data capture to specific interfaces only. ############################################################################################################################## streamfwdcapture.<N>.bitsPerSecond = <integer> * Only applies if offline is true. * Rate limiter: if undefined, defaults to 10 Mbps if <Repeat> is true, else 100 Mbps. streamfwdcapture.<N>.filter = <BPF> * Lets you set a BPF (Berkeley Packet Filter) for kernel-level packet filtering. The value of this tag must comply with BPF syntax. * Only one filter variable per streamfwdcapture parameter is supported. streamfwdcapture.<N>.interface = <string> * Specifies a network interface name or a path to a pcap file or a directory of pcap files. streamfwdcapture.<N>.interfaceRegex = <regex> * A regular expression specifying which network interfaces to capture. streamfwdcapture.<N>.offline = <boolean> * True means use pcap files: interface must be a pcap file or a directory to monitor for pcap files. * False means interface is a network device name. * Default is false. streamfwdcapture.<N>.repeat = <boolean> * Only applies if interface is a pcap file. * True means to play back the pcap file repeatedly for continuous load. streamfwdcapture.<N>.afterIngest = delete | move [<subdir>] | ignore | repeat | stop * Only applies if interface is a directory. * Specifies action to take after ingesting a pcap file from the directory. * delete: Delete the file. * move [<subdir>]: Move the file to a subdirectory (which will be created if needed). Default is finished_pcaps. * ignore: Leave the file but mark it as already processed. * repeat: Continue to re-ingest all pcap files in rotation. * stop: Leave the file. After processing each directory once, stop monitoring. * Default is move. streamfwdcapture.<N>.sysTime = <boolean> * Only applies if offline is true. * True means to use the system time for packet timestamps instead of actual timestamps from pcap file. Default is false. streamfwdcapture.<N>.reassembleIP = <boolean> * Reassemble IP packets. Set this value to false to not reassemble IP packets. Default is true. ############################################################################################################################## # tcpServer # # Stream forwarder automatically detects the client and server endpoints when it captures the beginnings of TCP connections. # If it starts capturing traffic after establishing a TCP connection, Stream forwarder normally assumes that the sender of the # first packet it sees is the client. # You can modify this behavior by using the tcpServer parameter to define the endpoints of specific TCP servers. # If the sender of a packet matches the endpoint, Stream forwarder correctly categorizes it as a server response packet. ############################################################################################################################## tcpServer.<N>.address = <ip address> tcpServer.<N>.addressWildCard = <address mask> tcpServer.<N>.port = <integer> ############################################################################################################################## # sslServer # # Stream forwarder detects endpoint encryption, and attempts to decrypt SSL sessions using the available private keys. # Optionally, you can explicitly define the traffic as encrypted by adding sslServer parameters. ############################################################################################################################## sslServer.<N>.address = <ip address> sslServer.<N>.port = <integer> ############################################################################################################################## # netflowReceiver # # By default, streamfwd listens for traffic on all available network interfaces. # Using the netflowReceiver parameter streamfwd can receive flow data (netflow/sflow) from network devices. ############################################################################################################################## netflowReceiver.<N>.ip = <ip address> * IP address to bind to. Default uses first available ip netflowReceiver.<N>.port = <integer> * Port number to listen for flow data. netflowReceiver.<N>.decoder = <flow decoder> * Flow protocol to listen for. Valid values are netflow and sflow netflowReceiver.<N>.filter = <ip address> * Comma separated list of ip addresses that are allowed to send flow data to this streamfwd instance. Default allows for all ip's to send data netflowReceiver.<N>.decodingThreads = <integer> * Number of decoding threads for netflow/sFlow protocol decoding. netflowReceiver.<N>.templateExpiry = <integer> * Time duration in seconds after which netflow templates are considered stale and deleted. Default value is 1 hour(3600). ############################################################################################################################## #netflowElement # # Allows for adding enterprise specific flow elements. This maps enterprise element id to stream forwarder vocabulary term. # Make sure to add the termid to steamfwd vocabulary in vocabulary.xml file ############################################################################################################################## netflowElement.<N>.enterpriseid = <integer> * IANA defined enterprise ID e.g. 25461 for Palo Alto Networks as defined here http://www.iana.org/assignments/enterprise-numbers/enterprise-numbers netflowElement.<N>.id = <integer> * ID of Enterprise element e.g. 100 netflowElement.<N>.termid = <vocabulary term> * streamfwd vocabulary term the above element id maps to e.g. netflow-paloalto.user-id. netflowElement.<N>.termtype = <ipaddress, macaddress> * streamfwd vocabulary term type
Command line options for the Independent Stream Forwarder | Manage data configuration for Stream forwarders |
This documentation applies to the following versions of Splunk Stream™: 8.1.5
Feedback submitted, thanks!