Refine your search:

I'm having a problem getting web intel app showing any results. I've investigated a bit, and think the problem is the column names I used.

This is what I currently have set:

[iislogs] (from transforms.conf)

FIELDS = "date", "time", "s_siteName", "s_computername", "dest_ip", "http_method", "uri_stem", "uri_query", "dest_port", "user", "src_ip", "http_user_agent", "http_cookie", "http_referrer", "dest_host", "http_response", "http_sub_response", "sc_win32Status", "bytes_out", "bytes_in", "duration"

DELIMS = " "

What column names does web intel expect me to have?

asked 21 Oct '11, 16:22

stjack99's gravatar image

stjack99
85118
accept rate: 40%

edited 21 Oct '11, 16:39


2 Answers:

Figured it out. For anyone else who wants a fix for this:

1) navigate to Manager » Fields » Field aliases

2) Click on each alias, and add a new alias

link

answered 21 Oct '11, 17:17

stjack99's gravatar image

stjack99
85118
accept rate: 40%

1

What aliases did you add?

(20 Dec '11, 08:52) CraigF

Here is a list of field aliases that may be needed, taken from [access-extractions] in default/transforms.conf

[access-extractions]
# matches access-common or access-combined apache logging formats
# Extracts: clientip, clientport, ident, user, req_time, method, uri, root, file, uri_domain, uri_query, version, status, bytes, referer_url, referer_domain, referer_proto, useragent, cookie, other (remaining chars)  
# Note: referer is misspelled in purpose because that is the "official" spelling for "HTTP referer"
link

answered 13 Dec '12, 07:21

MartinHarper's gravatar image

MartinHarper
665
accept rate: 10%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×76
×22
×2

Asked: 21 Oct '11, 16:22

Seen: 1,589 times

Last updated: 13 Dec '12, 07:21

Copyright © 2005-2012 Splunk Inc. All rights reserved.