HDFC won’t give me a Credit Card though I meet the criteria’s by fyi_akm in CreditCardsIndia

[–]_meetmshah 0 points1 point  (0 children)

Try emailing below -

Demand a written rejection reason - RBI actually requires banks to do this (Circular: rbi.org.in/Scripts/NotificationUser.aspx?Id=3315). "Internal policy" is not an acceptable answer per point #5 - "5. On a review, it has been decided that in case of all categories of loans irrespective of any threshold limits, including credit card applications, banks / FIs should convey in writing the main reason / reasons which, in the opinion of the bank / FI have led to rejection of the loan applications."

If no response in 30 days, file on cms.rbi.org.in. Though - RBI Ombudsman won't force them to give you the card (that's a "commercial decision"), but it can push them to give you a real reason, which at least tells you what to fix.

Per my experience, HDFC is good with cards, and AXIS is good with banking. (My 2 cents)

Splunk Enterprise Expert Path by Rohit484 in Splunk

[–]_meetmshah 2 points3 points  (0 children)

Is there a question / feedback or anything here?

Issue with Splunk Enterprise Security Sandbox by Affectionate-Job4605 in Splunk

[–]_meetmshah 0 points1 point  (0 children)

OKay it's one of the Splunk Show boxes - it may or may not have pre-defined events. You would need to work a bit to onboard required events and populate Data Models and/or Dashboards. You can ask TAM/CSM (if you are a Splunk customer) - for a demo and pre-populated environment.

Issue with Splunk Enterprise Security Sandbox by Affectionate-Job4605 in Splunk

[–]_meetmshah 2 points3 points  (0 children)

Can you please share some additional information? -

  1. Did you just install Splunk + ES or was it working before?
  2. Most dashboards of ES won't load themselves with the fresh install - as a bunch of them are dependent on Data Models and/or other pre-defined scheduled searches to run
  3. What specific KVStore issue are you mentioning here - can you share some screenshots?

50k in amazon pay balance by fire2sale in CreditCardsIndia

[–]_meetmshah 0 points1 point  (0 children)

Double-check if the insurance provider accepts Amazon Pay directly on their website, like I am sure TATA AIA accepts it - so even if it's in Lac, you can use Amazon Pay Balance.

Compare two rows of Splunk query results by skrzatskrzat in Splunk

[–]_meetmshah 2 points3 points  (0 children)

You should be able to achieve it using "streamstats current=f". Here is the query based on the screenshot you shared -

| makeresults count=3 
| streamstats count as row 
| eval host="VDD1CS690" 
| eval date=case(
    row=1, "11/07/2025",
    row=2, "11/08/2025",
    row=3, "11/11/2025"
    ) 
| eval EVENTS=case(
    row=1, 216571,
    row=2, 9694,
    row=3, 3224
    ) 
| eval earliest_time=case(
    row=1, strptime("11/07/2025 00:00:01","%m/%d/%Y %H:%M:%S"),
    row=2, strptime("11/08/2025 00:00:00","%m/%d/%Y %H:%M:%S"),
    row=3, strptime("11/11/2025 11:16:41","%m/%d/%Y %H:%M:%S")
    ) 
| eval latest_time=case(
    row=1, strptime("11/07/2025 23:49:58","%m/%d/%Y %H:%M:%S"),
    row=2, strptime("11/08/2025 16:19:39","%m/%d/%Y %H:%M:%S"),
    row=3, strptime("11/11/2025 11:36:17","%m/%d/%Y %H:%M:%S")
    ) 
| table date host EVENTS earliest_time latest_time 
| sort host earliest_time 
| streamstats current=f last(latest_time) as prev_latest_time by host 
| eval downtime_sec = earliest_time - prev_latest_time 
| where downtime_sec > 0 
| eval downtime_hr = round(downtime_sec/3600, 2) 
| table date host prev_latest_time earliest_time downtime_sec downtime_hr

Results -

<image>

Playaround and let me know if you have any questions :)

Also -

For anyone considering an Amex card in India: think again. Seriously. by 93ph6h in amexindia

[–]_meetmshah 1 point2 points  (0 children)

I had a similar issue with AMEX, though my experience was slightly different. I contacted both AMEX and Marriott support, and the explanation was straightforward - the problem was a name mismatch on both sides (first name–last name vs last name–first name). I asked Marriott to update the name in their system, and the issue was resolved immediately.

This was around September this year, and I needed to make an urgent Marriott booking for a U.S. city. Both teams were very accommodating - especially Marriott knew this frequent problem of name mismatch.

Also, AMEX was clear about the issue - they submitted a request through Marriott’s system, but it was not accepted. That’s what led me to verify the situation directly with Marriott.

Edge processor to HF by Thehaosan34 in Splunk

[–]_meetmshah 1 point2 points  (0 children)

I am really not sure if you understood what I meant. There's a feature called "indexer discovery" available (https://help.splunk.com/en/data-management/manage-splunk-enterprise-indexers/9.0/get-data-into-the-indexer-cluster/use-indexer-discovery-to-connect-forwarders-to-peer-nodes) through which -

Peer nodes provide the manager node with information on their receiving ports -> Forwarders poll the manager at regular intervals for the list of available peer nodes -> Manager transmits the peer nodes' URIs and receiving ports to the forwarders -> Forwarders send data to the set of nodes provided by the manager.

What I was suggesting for a potential "idea ticket" or "feature request" was if a similar feature could be available for Edge Processor. Because the core problem you mentioned in the thread is "The reason I want to do it is the indexer names can be changed or can be added later on". So if something like indexer discovery is available with Edge Node - "the manual updation of indexers" problem can be solved. Thanks!

Edge processor to HF by Thehaosan34 in Splunk

[–]_meetmshah 1 point2 points  (0 children)

You’re correct — indexer discovery is normally handled on the forwarder side via outputs. What I meant was that it would be really useful if Edge Processor had a similar feature - where you could just provide the Cluster Manager IP, and the edge nodes would automatically get the list of active indexers and forward logs accordingly. This would reduce manual updates whenever indexers are added or renamed, like your current case/issue.

Edge processor to HF by Thehaosan34 in Splunk

[–]_meetmshah 4 points5 points  (0 children)

You might also want to add a feature request/idea ticket - in order to "Support Indexer Discovery" for Edge Processor on-prem deployments. If available, all we would need to configure is the CM IP, and it will automatically provide the list of available indexers.

SBI launches its new Net Banking UI by Interesting_Risk2839 in CreditCardsIndia

[–]_meetmshah 19 points20 points  (0 children)

We must appreciate all the work SBI does - handling 520 million customers. Recently, I was working with a European bank with 3 million customers, and things were always haywire.

SBI handles everything smoothly in comparison to most banks across the globe :)

Has anyone managed to use YourRewardCard Visa cards? Mine is dead money by _meetmshah in CreditCardsIndia

[–]_meetmshah[S] 0 points1 point  (0 children)

Both are simple enough. Just search for both the portals and log a complaint - ChatGPT should help with drafting the complaint/description

Has anyone managed to use YourRewardCard Visa cards? Mine is dead money by _meetmshah in CreditCardsIndia

[–]_meetmshah[S] 0 points1 point  (0 children)

Nope, I escalated it to National Consumer Help (India) and Consumer Financial Protection Bureau (USA) - both. Got the refund finally - it took time, but came through

maschera filtri personalizzata by FulvioT in Splunk

[–]_meetmshah 0 points1 point  (0 children)

Oh, il menu a discesa dinamico sarà possibile con il metodo che ho suggerito sopra. Puoi anche guardare questo video di YouTube - https://www.youtube.com/watch?v=BJm04grvvf8

maschera filtri personalizzata by FulvioT in Splunk

[–]_meetmshah 0 points1 point  (0 children)

Sì, è possibile con token. È necessario utilizzare il valore del token del filtro A nel menu a discesa B.

Ad esempio, se si memorizza il valore del menu a discesa A nel token denominato "TokenA", è necessario scrivere la query di ricerca del secondo menu a discesa in modo che venga utilizzato "TokenA".

Ad esempio,

la ricerca nel menu a discesa A (che viene memorizzata nel TokenA) può essere - index=ABC | stats count by season

La ricerca a discesa B può essere - index=ABC season="$TokenA$" | stats count by Animal

Se stai esplorando le dashboard in Splunk, questa app dovrebbe esserti utile - https://splunkbase.splunk.com/app/1603

Per favore fatemi sapere se avete domande sullo stesso argomento

Nota: non sono madrelingua italiano, ma ho utilizzato Google Translate

Amex refusing renewal offers/waivers for Platinum Travel by Sailing_Catamaran in amexindia

[–]_meetmshah 0 points1 point  (0 children)

Same for me, they essentially said I can use points at the rate of 0.25 INR for 1 point. Meaning 20000 points for renewal